Class MetadataFormat

  • All Implemented Interfaces:
    Serializable

    public class MetadataFormat
    extends Object
    implements Serializable
    The Class MetadataFormat.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Jun 8, 2016
    See Also:
    Serialized Form
    • Constructor Detail

      • MetadataFormat

        public MetadataFormat()
        Instantiates a new metadata format.
    • Method Detail

      • getMetadataFields

        public List<MetadataField> getMetadataFields()
        Gets the metadata fields.
        Returns:
        the metadataFields
      • getType

        public String getType()
        Gets the type.
        Returns:
        the type
      • setType

        public void setType​(String type)
        Sets the type.
        Parameters:
        type - the type to set
      • addMetadata

        public void addMetadata​(MetadataField Field)
        Adds the metadata.
        Parameters:
        Field - the field
      • getMetadataSource

        public String getMetadataSource()
        Gets the metadata source.
        Returns:
        the metadata source
      • setMetadataSource

        public void setMetadataSource​(String metadataSource)
        Sets the metadata source.
        Parameters:
        metadataSource - the new metadata source