Enum TopicCategory
- java.lang.Object
-
- java.lang.Enum<TopicCategory>
-
- org.gcube.spatial.data.geonetwork.iso.tpl.codelists.TopicCategory
-
- All Implemented Interfaces:
Serializable,Comparable<TopicCategory>
public enum TopicCategory extends Enum<TopicCategory>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TopicCategorygetById(String id)static TopicCategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static TopicCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FARMING
public static final TopicCategory FARMING
-
BIOTA
public static final TopicCategory BIOTA
-
BOUNDARIES
public static final TopicCategory BOUNDARIES
-
CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
public static final TopicCategory CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
-
ECONOMY
public static final TopicCategory ECONOMY
-
ELEVATION
public static final TopicCategory ELEVATION
-
ENVIRONMENT
public static final TopicCategory ENVIRONMENT
-
GEOSCIENTIFIC_INFORMATION
public static final TopicCategory GEOSCIENTIFIC_INFORMATION
-
HEALTH
public static final TopicCategory HEALTH
-
IMAGERY_BASE_MAPS_EARTH_COVER
public static final TopicCategory IMAGERY_BASE_MAPS_EARTH_COVER
-
INTELLIGENCE_MILITARY
public static final TopicCategory INTELLIGENCE_MILITARY
-
INLAND_WATERS
public static final TopicCategory INLAND_WATERS
-
LOCATION
public static final TopicCategory LOCATION
-
OCEANS
public static final TopicCategory OCEANS
-
PLANNING_CADASTRE
public static final TopicCategory PLANNING_CADASTRE
-
SOCIETY
public static final TopicCategory SOCIETY
-
STRUCTURE
public static final TopicCategory STRUCTURE
-
TRASNPORTATION
public static final TopicCategory TRASNPORTATION
-
UTILITIES_COMMUNICATION
public static final TopicCategory UTILITIES_COMMUNICATION
-
-
Method Detail
-
values
public static TopicCategory[] 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 (TopicCategory c : TopicCategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TopicCategory 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 nameNullPointerException- if the argument is null
-
getById
public static TopicCategory getById(String id)
-
-