public enum TopicCategory extends Enum<TopicCategory>
| Modifier and Type | Method and Description |
|---|---|
static TopicCategory |
getById(String id) |
static TopicCategory |
valueOf(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.
|
public static final TopicCategory FARMING
public static final TopicCategory BIOTA
public static final TopicCategory BOUNDARIES
public static final TopicCategory CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
public static final TopicCategory ECONOMY
public static final TopicCategory ELEVATION
public static final TopicCategory ENVIRONMENT
public static final TopicCategory GEOSCIENTIFIC_INFORMATION
public static final TopicCategory HEALTH
public static final TopicCategory IMAGERY_BASE_MAPS_EARTH_COVER
public static final TopicCategory INTELLIGENCE_MILITARY
public static final TopicCategory INLAND_WATERS
public static final TopicCategory LOCATION
public static final TopicCategory OCEANS
public static final TopicCategory PLANNING_CADASTRE
public static final TopicCategory SOCIETY
public static final TopicCategory STRUCTURE
public static final TopicCategory TRASNPORTATION
public static final TopicCategory UTILITIES_COMMUNICATION
public static TopicCategory[] values()
for (TopicCategory c : TopicCategory.values()) System.out.println(c);
public static TopicCategory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TopicCategory getById(String id)
Copyright © 2019. All Rights Reserved.