|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MDTopicCategoryCodeType>
net.opengis.iso19139.gmd.v_20070417.MDTopicCategoryCodeType
public enum MDTopicCategoryCodeType
Java class for MD_TopicCategoryCode_Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MD_TopicCategoryCode_Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="farming"/>
<enumeration value="biota"/>
<enumeration value="boundaries"/>
<enumeration value="climatologyMeteorologyAtmosphere"/>
<enumeration value="economy"/>
<enumeration value="elevation"/>
<enumeration value="environment"/>
<enumeration value="geoscientificInformation"/>
<enumeration value="health"/>
<enumeration value="imageryBaseMapsEarthCover"/>
<enumeration value="intelligenceMilitary"/>
<enumeration value="inlandWaters"/>
<enumeration value="location"/>
<enumeration value="oceans"/>
<enumeration value="planningCadastre"/>
<enumeration value="society"/>
<enumeration value="structure"/>
<enumeration value="transportation"/>
<enumeration value="utilitiesCommunication"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static MDTopicCategoryCodeType |
fromValue(String v)
|
String |
value()
|
static MDTopicCategoryCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MDTopicCategoryCodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MDTopicCategoryCodeType FARMING
public static final MDTopicCategoryCodeType BIOTA
public static final MDTopicCategoryCodeType BOUNDARIES
public static final MDTopicCategoryCodeType CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
public static final MDTopicCategoryCodeType ECONOMY
public static final MDTopicCategoryCodeType ELEVATION
public static final MDTopicCategoryCodeType ENVIRONMENT
public static final MDTopicCategoryCodeType GEOSCIENTIFIC_INFORMATION
public static final MDTopicCategoryCodeType HEALTH
public static final MDTopicCategoryCodeType IMAGERY_BASE_MAPS_EARTH_COVER
public static final MDTopicCategoryCodeType INTELLIGENCE_MILITARY
public static final MDTopicCategoryCodeType INLAND_WATERS
public static final MDTopicCategoryCodeType LOCATION
public static final MDTopicCategoryCodeType OCEANS
public static final MDTopicCategoryCodeType PLANNING_CADASTRE
public static final MDTopicCategoryCodeType SOCIETY
public static final MDTopicCategoryCodeType STRUCTURE
public static final MDTopicCategoryCodeType TRANSPORTATION
public static final MDTopicCategoryCodeType UTILITIES_COMMUNICATION
| Method Detail |
|---|
public static MDTopicCategoryCodeType[] values()
for (MDTopicCategoryCodeType c : MDTopicCategoryCodeType.values()) System.out.println(c);
public static MDTopicCategoryCodeType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static MDTopicCategoryCodeType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||