net.opengis.iso19139.gmd.v_20060504
Enum MDTopicCategoryCodeType

java.lang.Object
  extended by java.lang.Enum<MDTopicCategoryCodeType>
      extended by net.opengis.iso19139.gmd.v_20060504.MDTopicCategoryCodeType
All Implemented Interfaces:
Serializable, Comparable<MDTopicCategoryCodeType>

public enum MDTopicCategoryCodeType
extends 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>
 


Enum Constant Summary
BIOTA
           
BOUNDARIES
           
CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
           
ECONOMY
           
ELEVATION
           
ENVIRONMENT
           
FARMING
           
GEOSCIENTIFIC_INFORMATION
           
HEALTH
           
IMAGERY_BASE_MAPS_EARTH_COVER
           
INLAND_WATERS
           
INTELLIGENCE_MILITARY
           
LOCATION
           
OCEANS
           
PLANNING_CADASTRE
           
SOCIETY
           
STRUCTURE
           
TRANSPORTATION
           
UTILITIES_COMMUNICATION
           
 
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

FARMING

public static final MDTopicCategoryCodeType FARMING

BIOTA

public static final MDTopicCategoryCodeType BIOTA

BOUNDARIES

public static final MDTopicCategoryCodeType BOUNDARIES

CLIMATOLOGY_METEOROLOGY_ATMOSPHERE

public static final MDTopicCategoryCodeType CLIMATOLOGY_METEOROLOGY_ATMOSPHERE

ECONOMY

public static final MDTopicCategoryCodeType ECONOMY

ELEVATION

public static final MDTopicCategoryCodeType ELEVATION

ENVIRONMENT

public static final MDTopicCategoryCodeType ENVIRONMENT

GEOSCIENTIFIC_INFORMATION

public static final MDTopicCategoryCodeType GEOSCIENTIFIC_INFORMATION

HEALTH

public static final MDTopicCategoryCodeType HEALTH

IMAGERY_BASE_MAPS_EARTH_COVER

public static final MDTopicCategoryCodeType IMAGERY_BASE_MAPS_EARTH_COVER

INTELLIGENCE_MILITARY

public static final MDTopicCategoryCodeType INTELLIGENCE_MILITARY

INLAND_WATERS

public static final MDTopicCategoryCodeType INLAND_WATERS

LOCATION

public static final MDTopicCategoryCodeType LOCATION

OCEANS

public static final MDTopicCategoryCodeType OCEANS

PLANNING_CADASTRE

public static final MDTopicCategoryCodeType PLANNING_CADASTRE

SOCIETY

public static final MDTopicCategoryCodeType SOCIETY

STRUCTURE

public static final MDTopicCategoryCodeType STRUCTURE

TRANSPORTATION

public static final MDTopicCategoryCodeType TRANSPORTATION

UTILITIES_COMMUNICATION

public static final MDTopicCategoryCodeType UTILITIES_COMMUNICATION
Method Detail

values

public static MDTopicCategoryCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MDTopicCategoryCodeType c : MDTopicCategoryCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MDTopicCategoryCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static MDTopicCategoryCodeType fromValue(String v)


Copyright © 2008-2015. All Rights Reserved.