Package org.isotc211.x2005.gmd
Class MDTopicCategoryCodeType.Enum
- java.lang.Object
-
- org.apache.xmlbeans.StringEnumAbstractBase
-
- org.isotc211.x2005.gmd.MDTopicCategoryCodeType.Enum
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- MDTopicCategoryCodeType
public static final class MDTopicCategoryCodeType.Enum extends org.apache.xmlbeans.StringEnumAbstractBaseEnumeration value class for org.isotc211.x2005.gmd.MDTopicCategoryCodeType. These enum values can be used as follows:enum.toString(); // returns the string value of the enum enum.intValue(); // returns an int value, useful for switches // e.g., case Enum.INT_FARMING Enum.forString(s); // returns the enum value for a string Enum.forInt(i); // returns the enum value for an int
Enumeration objects are immutable singleton objects that can be compared using == object equality. They have no public constructor. See the constants defined within this class for all the valid values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intINT_BIOTA(package private) static intINT_BOUNDARIES(package private) static intINT_CLIMATOLOGY_METEOROLOGY_ATMOSPHERE(package private) static intINT_ECONOMY(package private) static intINT_ELEVATION(package private) static intINT_ENVIRONMENT(package private) static intINT_FARMING(package private) static intINT_GEOSCIENTIFIC_INFORMATION(package private) static intINT_HEALTH(package private) static intINT_IMAGERY_BASE_MAPS_EARTH_COVER(package private) static intINT_INLAND_WATERS(package private) static intINT_INTELLIGENCE_MILITARY(package private) static intINT_LOCATION(package private) static intINT_OCEANS(package private) static intINT_PLANNING_CADASTRE(package private) static intINT_SOCIETY(package private) static intINT_STRUCTURE(package private) static intINT_TRANSPORTATION(package private) static intINT_UTILITIES_COMMUNICATIONstatic org.apache.xmlbeans.StringEnumAbstractBase.Tabletable
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MDTopicCategoryCodeType.EnumforInt(int i)Returns the enum value corresponding to an int, or null if none.static MDTopicCategoryCodeType.EnumforString(String s)Returns the enum value for a string, or null if none.
-
-
-
Field Detail
-
INT_FARMING
static final int INT_FARMING
- See Also:
- Constant Field Values
-
INT_BIOTA
static final int INT_BIOTA
- See Also:
- Constant Field Values
-
INT_BOUNDARIES
static final int INT_BOUNDARIES
- See Also:
- Constant Field Values
-
INT_CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
static final int INT_CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
- See Also:
- Constant Field Values
-
INT_ECONOMY
static final int INT_ECONOMY
- See Also:
- Constant Field Values
-
INT_ELEVATION
static final int INT_ELEVATION
- See Also:
- Constant Field Values
-
INT_ENVIRONMENT
static final int INT_ENVIRONMENT
- See Also:
- Constant Field Values
-
INT_GEOSCIENTIFIC_INFORMATION
static final int INT_GEOSCIENTIFIC_INFORMATION
- See Also:
- Constant Field Values
-
INT_HEALTH
static final int INT_HEALTH
- See Also:
- Constant Field Values
-
INT_IMAGERY_BASE_MAPS_EARTH_COVER
static final int INT_IMAGERY_BASE_MAPS_EARTH_COVER
- See Also:
- Constant Field Values
-
INT_INTELLIGENCE_MILITARY
static final int INT_INTELLIGENCE_MILITARY
- See Also:
- Constant Field Values
-
INT_INLAND_WATERS
static final int INT_INLAND_WATERS
- See Also:
- Constant Field Values
-
INT_LOCATION
static final int INT_LOCATION
- See Also:
- Constant Field Values
-
INT_OCEANS
static final int INT_OCEANS
- See Also:
- Constant Field Values
-
INT_PLANNING_CADASTRE
static final int INT_PLANNING_CADASTRE
- See Also:
- Constant Field Values
-
INT_SOCIETY
static final int INT_SOCIETY
- See Also:
- Constant Field Values
-
INT_STRUCTURE
static final int INT_STRUCTURE
- See Also:
- Constant Field Values
-
INT_TRANSPORTATION
static final int INT_TRANSPORTATION
- See Also:
- Constant Field Values
-
INT_UTILITIES_COMMUNICATION
static final int INT_UTILITIES_COMMUNICATION
- See Also:
- Constant Field Values
-
table
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
-
-
Method Detail
-
forString
public static MDTopicCategoryCodeType.Enum forString(String s)
Returns the enum value for a string, or null if none.
-
forInt
public static MDTopicCategoryCodeType.Enum forInt(int i)
Returns the enum value corresponding to an int, or null if none.
-
-