Class MetadataDef

  • All Implemented Interfaces:
    Metadata

    public class MetadataDef
    extends Object
    implements Metadata
    A generic metadata definition.
    Author:
    burgetr
    • Field Detail

      • type

        public String type
        Metadata type (e.g. MIME type)
      • content

        public Object content
        Metadata representation. The format depends on the metadata type;
    • Constructor Detail

      • MetadataDef

        public MetadataDef()