Package org.gbif.api.vocabulary
Enum Class TagName
- All Implemented Interfaces:
Serializable
,Comparable<TagName>
,Constable
Known
MachineTag.getName()
name value.
The tag names listed here are used/recognized by different services.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRecords the source of an archive endpoint, e.g.TaPIR or BioCASe conceptual schema.This is a counter starting at 1 incremented every time we try to crawl a dataset.The Darwin Core term datasetID which is found in dwc archives to reference subdatasets such as the Catalogue of Life GSDs.Deprecated.Date the records in the dataset were last updated.Number of records declared in the dataset by the source.DiGIR code.Deprecated.Number of records to request in each search.Datasets marked with this tag will not be in the periodic crawl.The GBIF download used to rescue the orphaned dataset.The modification time of the last-available Darwin Core Archive from temporary storage, used to rescue the dataset.Records whether an orphan dataset has been RESCUED.The endpoint which was not working when the dataset was rescued. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Actual machine tag name.Namespace to which belong this tag.static TagName
Returns the enum constant of this class with the specified name.static TagName[]
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
-
DATASET_ID
The Darwin Core term datasetID which is found in dwc archives to reference subdatasets such as the Catalogue of Life GSDs. Stored in the registry to keep a mapping between the subdataset registry key and the dwca datasetID value. -
CRAWL_ATTEMPT
This is a counter starting at 1 incremented every time we try to crawl a dataset. This is even incremented when a crawl fails for any reason. -
OMIT_FROM_SCHEDULED_CRAWL
Datasets marked with this tag will not be in the periodic crawl. -
ARCHIVE_ORIGIN
Records the source of an archive endpoint, e.g. that it is from a BioCASe installation. -
CONCEPTUAL_SCHEMA
TaPIR or BioCASe conceptual schema. -
DATASET_TITLE
Deprecated.Dataset title for BioCASe, no longer used. -
DATE_LAST_UPDATED
Date the records in the dataset were last updated. -
DECLARED_COUNT
Number of records declared in the dataset by the source. -
DIGIR_CODE
DiGIR code. -
LOCAL_ID
Deprecated.Not sure, no longer in use? -
MAX_SEARCH_RESPONSE_RECORDS
Number of records to request in each search. -
ORPHAN_STATUS
Records whether an orphan dataset has been RESCUED. -
ORPHANED_ENDPOINT
The endpoint which was not working when the dataset was rescued. -
ORPHAN_DOWNLOAD
The GBIF download used to rescue the orphaned dataset. -
ORPHAN_DWCA_CACHE_TIME
The modification time of the last-available Darwin Core Archive from temporary storage, used to rescue the dataset.
-
-
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
Namespace to which belong this tag.- Returns:
- the namespace
-
getName
Actual machine tag name.- Returns:
- the machine tag name
-