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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe 'FGDC' literal value.static final MetadataTypeTypeThe 'FGDC' literal object.static final intThe 'Other' literal value.static final MetadataTypeTypeThe 'Other' literal object.static final intThe 'TC211' literal value.static final MetadataTypeTypeThe 'TC211' literal object.static final ListA public read-only list of all the 'Metadata Type Type' enumerators.
- 
Method SummaryModifier and TypeMethodDescriptionstatic MetadataTypeTypeget(int value) Returns the 'Metadata Type Type' literal with the specified integer value.static MetadataTypeTypeReturns the 'Metadata Type Type' literal with the specified literal value.static MetadataTypeTypeReturns the 'Metadata Type Type' literal with the specified name.Methods inherited from class AbstractEnumeratorgetLiteral, getName, getValue, toString, writeReplace
- 
Field Details- 
TC211public static final int TC211The 'TC211' literal value. This metadata uses a profile of ISO TC211's Geospatial Metadata Standard 19115.- See Also:
 
- 
FGDCpublic static final int FGDCThe 'FGDC' literal value. This metadata uses a profile of the US FGDC Content Standard for Digital Geospatial Metadata.- See Also:
 
- 
OTHERpublic static final int OTHERThe 'Other' literal value. This metadata uses some other metadata standard(s) and/or no standard.- See Also:
 
- 
TC211_LITERALThe 'TC211' literal object.- See Also:
 
- 
FGDC_LITERALThe 'FGDC' literal object.- See Also:
 
- 
OTHER_LITERALThe 'Other' literal object.- See Also:
 
- 
VALUESA public read-only list of all the 'Metadata Type Type' enumerators.
 
- 
- 
Method Details- 
getReturns the 'Metadata Type Type' literal with the specified literal value.
- 
getByNameReturns the 'Metadata Type Type' literal with the specified name.
- 
getReturns the 'Metadata Type Type' literal with the specified integer value.
 
-