Package net.opengis.wcs10
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'FGDC' literal value.static final MetadataTypeType
The 'FGDC' literal object.static final int
The 'Other' literal value.static final MetadataTypeType
The 'Other' literal object.static final int
The 'TC211' literal value.static final MetadataTypeType
The 'TC211' literal object.static final List
A public read-only list of all the 'Metadata Type Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadataTypeType
get
(int value) Returns the 'Metadata Type Type' literal with the specified integer value.static MetadataTypeType
Returns the 'Metadata Type Type' literal with the specified literal value.static MetadataTypeType
Returns the 'Metadata Type Type' literal with the specified name.Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
TC211
public static final int TC211The 'TC211' literal value. This metadata uses a profile of ISO TC211's Geospatial Metadata Standard 19115.- See Also:
-
FGDC
public static final int FGDCThe '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 OTHERThe 'Other' literal value. This metadata uses some other metadata standard(s) and/or no standard.- See Also:
-
TC211_LITERAL
The 'TC211' literal object.- See Also:
-
FGDC_LITERAL
The 'FGDC' literal object.- See Also:
-
OTHER_LITERAL
The 'Other' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Metadata Type Type' enumerators.
-
-
Method Details
-
get
Returns the 'Metadata Type Type' literal with the specified literal value. -
getByName
Returns the 'Metadata Type Type' literal with the specified name. -
get
Returns the 'Metadata Type Type' literal with the specified integer value.
-