Class GeneratedFormatter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    Formatter

    public abstract class GeneratedFormatter
    extends Media
    Generated class for type Formatter.
    See Also:
    Serialized Form
    • Field Detail

      • OUTPUTMIMETYPE

        public static final java.lang.String OUTPUTMIMETYPE
        Qualifier of the Formatter.outputMimeType attribute
        See Also:
        Constant Field Values
      • SCRIPT

        public static final java.lang.String SCRIPT
        Qualifier of the Formatter.script attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedFormatter

        public GeneratedFormatter()
    • Method Detail

      • getOutputMimeType

        public java.lang.String getOutputMimeType​(SessionContext ctx)
        Generated method - Getter of the Formatter.outputMimeType attribute.
        Returns:
        the outputMimeType - The mime type of the output.
      • getOutputMimeType

        public java.lang.String getOutputMimeType()
        Generated method - Getter of the Formatter.outputMimeType attribute.
        Returns:
        the outputMimeType - The mime type of the output.
      • setOutputMimeType

        public void setOutputMimeType​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the Formatter.outputMimeType attribute.
        Parameters:
        value - the outputMimeType - The mime type of the output.
      • setOutputMimeType

        public void setOutputMimeType​(java.lang.String value)
        Generated method - Setter of the Formatter.outputMimeType attribute.
        Parameters:
        value - the outputMimeType - The mime type of the output.
      • getScript

        public abstract java.lang.String getScript​(SessionContext ctx)
        Generated method - Getter of the Formatter.script attribute.
        Returns:
        the script
      • getScript

        public java.lang.String getScript()
        Generated method - Getter of the Formatter.script attribute.
        Returns:
        the script
      • setScript

        public abstract void setScript​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the Formatter.script attribute.
        Parameters:
        value - the script
      • setScript

        public void setScript​(java.lang.String value)
        Generated method - Setter of the Formatter.script attribute.
        Parameters:
        value - the script