Class MetadataTypeType

Object
AbstractEnumerator
MetadataTypeType
All Implemented Interfaces:
Serializable, Enumerator

public final class MetadataTypeType extends AbstractEnumerator
A representation of the literals of the enumeration 'Metadata Type Type', and utility methods for working with them.
See Also:
  • Field Details

    • TC211

      public static final int TC211
      The 'TC211' literal value. This metadata uses a profile of ISO TC211's Geospatial Metadata Standard 19115.
      See Also:
    • FGDC

      public static final int FGDC
      The 'FGDC' literal value. This metadata uses a profile of the US FGDC Content Standard for Digital Geospatial Metadata.
      See Also:
    • OTHER

      public static final int OTHER
      The 'Other' literal value. This metadata uses some other metadata standard(s) and/or no standard.
      See Also:
    • TC211_LITERAL

      public static final MetadataTypeType TC211_LITERAL
      The 'TC211' literal object.
      See Also:
    • FGDC_LITERAL

      public static final MetadataTypeType FGDC_LITERAL
      The 'FGDC' literal object.
      See Also:
    • OTHER_LITERAL

      public static final MetadataTypeType OTHER_LITERAL
      The 'Other' literal object.
      See Also:
    • VALUES

      public static final List VALUES
      A public read-only list of all the 'Metadata Type Type' enumerators.
  • Method Details

    • get

      public static MetadataTypeType get(String literal)
      Returns the 'Metadata Type Type' literal with the specified literal value.
    • getByName

      public static MetadataTypeType getByName(String name)
      Returns the 'Metadata Type Type' literal with the specified name.
    • get

      public static MetadataTypeType get(int value)
      Returns the 'Metadata Type Type' literal with the specified integer value.