public enum TagNamespace extends Enum<TagNamespace>
Enum Constant and Description |
---|
ALA
The Atlas of Living Australia namespace.
|
COL
The Catalogue of Life (COL) namespace.
|
EOL
The Encyclopedia of Life (EOL) namespace.
|
GBIF_CRAWLER
Used by the Crawler and related projects.
|
GBIF_DEFAULT_TERM
The GBIF Default Term values 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_VALIDATOR
The GBIF DwC-Archive Validator namespace.
|
PUBLIC
The public namespace.
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
List<TagName> |
getPredicates()
Gets the list of
TagName which belongs to the namespace. |
static TagNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagNamespace PUBLIC
public static final TagNamespace GBIF_CRAWLER
public static final TagNamespace GBIF_VALIDATOR
public static final TagNamespace GBIF_HARVESTING
public static final TagNamespace GBIF_METASYNC
public static final TagNamespace GBIF_ORPHANS
public static final TagNamespace GBIF_DEFAULT_TERM
public static final TagNamespace EOL
public static final TagNamespace COL
public static final TagNamespace ALA
public static TagNamespace[] values()
for (TagNamespace c : TagNamespace.values()) System.out.println(c);
public static TagNamespace 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 String getNamespace()
public List<TagName> getPredicates()
TagName
which belongs to the namespace.Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.