Class GeneratedMediaFormatter

    • Field Detail

      • INPUTMIMETYPE

        public static final java.lang.String INPUTMIMETYPE
        Qualifier of the MediaFormatter.inputMimeType attribute
        See Also:
        Constant Field Values
      • FORMATS

        public static final java.lang.String FORMATS
        Qualifier of the MediaFormatter.formats attribute
        See Also:
        Constant Field Values
      • FORMAT2MEDFORREL_SRC_ORDERED

        protected static java.lang.String FORMAT2MEDFORREL_SRC_ORDERED
        Relation ordering override parameter constants for Format2MedForRel from ((commons))
      • FORMAT2MEDFORREL_TGT_ORDERED

        protected static java.lang.String FORMAT2MEDFORREL_TGT_ORDERED
      • FORMAT2MEDFORREL_MARKMODIFIED

        protected static java.lang.String FORMAT2MEDFORREL_MARKMODIFIED
        Relation disable markmodifed parameter constants for Format2MedForRel from ((commons))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedMediaFormatter

        public GeneratedMediaFormatter()
    • Method Detail

      • getFormats

        public java.util.Collection<Format> getFormats​(SessionContext ctx)
        Generated method - Getter of the MediaFormatter.formats attribute.
        Returns:
        the formats
      • getFormats

        public java.util.Collection<Format> getFormats()
        Generated method - Getter of the MediaFormatter.formats attribute.
        Returns:
        the formats
      • getFormatsCount

        public long getFormatsCount​(SessionContext ctx)
      • getFormatsCount

        public long getFormatsCount()
      • setFormats

        public void setFormats​(SessionContext ctx,
                               java.util.Collection<Format> value)
        Generated method - Setter of the MediaFormatter.formats attribute.
        Parameters:
        value - the formats
      • setFormats

        public void setFormats​(java.util.Collection<Format> value)
        Generated method - Setter of the MediaFormatter.formats attribute.
        Parameters:
        value - the formats
      • addToFormats

        public void addToFormats​(SessionContext ctx,
                                 Format value)
        Generated method - Adds value to formats.
        Parameters:
        value - the item to add to formats
      • addToFormats

        public void addToFormats​(Format value)
        Generated method - Adds value to formats.
        Parameters:
        value - the item to add to formats
      • removeFromFormats

        public void removeFromFormats​(SessionContext ctx,
                                      Format value)
        Generated method - Removes value from formats.
        Parameters:
        value - the item to remove from formats
      • removeFromFormats

        public void removeFromFormats​(Format value)
        Generated method - Removes value from formats.
        Parameters:
        value - the item to remove from formats
      • getInputMimeType

        public java.lang.String getInputMimeType​(SessionContext ctx)
        Generated method - Getter of the MediaFormatter.inputMimeType attribute.
        Returns:
        the inputMimeType - The mime type of the input.
      • getInputMimeType

        public java.lang.String getInputMimeType()
        Generated method - Getter of the MediaFormatter.inputMimeType attribute.
        Returns:
        the inputMimeType - The mime type of the input.
      • setInputMimeType

        public void setInputMimeType​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the MediaFormatter.inputMimeType attribute.
        Parameters:
        value - the inputMimeType - The mime type of the input.
      • setInputMimeType

        public void setInputMimeType​(java.lang.String value)
        Generated method - Setter of the MediaFormatter.inputMimeType attribute.
        Parameters:
        value - the inputMimeType - The mime type of the input.