Enum Class TopicCategory

java.lang.Object
java.lang.Enum<TopicCategory>
org.gcube.spatial.data.geonetwork.iso.tpl.codelists.TopicCategory
All Implemented Interfaces:
Serializable, Comparable<TopicCategory>, Constable

public enum TopicCategory extends Enum<TopicCategory>
  • Enum Constant Details

    • 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 Details

    • values

      public static TopicCategory[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TopicCategory valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getById

      public static TopicCategory getById(String id)