Package org.gbif.api.vocabulary
Enum Class TagNamespace
- All Implemented Interfaces:
Serializable
,Comparable<TagNamespace>
,Constable
Known namespaces for tags.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Atlas of Living Australia namespace.The Catalogue of Life (COL) namespace.The Encyclopedia of Life (EOL) namespace.Used by the Crawler and related projects.The GBIF Default Term values namespace.The GBIF Harvesting and Indexing Toolkit (HIT) namespace.The GBIF Registry Metasynchronizer namespace.The GBIF Orphans namespace.The GBIF DwC-Archive Validator namespace.The public namespace. -
Method Summary
Modifier and TypeMethodDescriptionGets the list ofTagName
which belongs to the namespace.static TagNamespace
Returns the enum constant of this class with the specified name.static TagNamespace[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
PUBLIC
The public namespace. -
GBIF_CRAWLER
Used by the Crawler and related projects. -
GBIF_VALIDATOR
The GBIF DwC-Archive Validator namespace. -
GBIF_HARVESTING
The GBIF Harvesting and Indexing Toolkit (HIT) namespace. -
GBIF_METASYNC
The GBIF Registry Metasynchronizer namespace. -
GBIF_ORPHANS
The GBIF Orphans namespace. -
GBIF_DEFAULT_TERM
The GBIF Default Term values namespace. -
EOL
The Encyclopedia of Life (EOL) namespace. -
COL
The Catalogue of Life (COL) namespace. -
ALA
The Atlas of Living Australia namespace.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNamespace
- Returns:
- the unique full namespace uri in lower case.
-
getPredicates
Gets the list ofTagName
which belongs to the namespace.
-