Package org.gbif.api.model.pipelines
Enum Class InterpretationType.RecordType
java.lang.Object
java.lang.Enum<InterpretationType.RecordType>
org.gbif.api.model.pipelines.InterpretationType.RecordType
- All Implemented Interfaces:
Serializable
,Comparable<InterpretationType.RecordType>
,Constable
,InterpretationType
- Enclosing interface:
- InterpretationType
public static enum InterpretationType.RecordType
extends Enum<InterpretationType.RecordType>
implements InterpretationType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface org.gbif.api.model.pipelines.InterpretationType
InterpretationType.RecordType
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionall()
static Set<InterpretationType.RecordType>
static Set<InterpretationType.RecordType>
Returns the enum constant of this class with the specified name.static InterpretationType.RecordType[]
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
Methods inherited from interface org.gbif.api.model.pipelines.InterpretationType
name
-
Enum Constant Details
-
ALL
-
VERBATIM
-
IDENTIFIER
-
EVENT_IDENTIFIER
-
IDENTIFIER_ABSENT
-
METADATA
-
BASIC
-
CLUSTERING
-
TEMPORAL
-
LOCATION
-
TAXONOMY
-
GRSCICOLL
-
EVENT
-
IMAGE
-
MULTIMEDIA
-
AUDUBON
-
MEASUREMENT_OR_FACT
-
AMPLIFICATION
-
DNA_DERIVED_DATA
-
LOCATION_FEATURE
-
OCCURRENCE
-
MEASUREMENT_OR_FACT_TABLE
-
IDENTIFICATION_TABLE
-
RESOURCE_RELATIONSHIP_TABLE
-
AMPLIFICATION_TABLE
-
CLONING_TABLE
-
GEL_IMAGE_TABLE
-
LOAN_TABLE
-
MATERIAL_SAMPLE_TABLE
-
PERMIT_TABLE
-
PREPARATION_TABLE
-
PRESERVATION_TABLE
-
GERMPLASM_MEASUREMENT_SCORE_TABLE
-
GERMPLASM_MEASUREMENT_TRAIT_TABLE
-
GERMPLASM_MEASUREMENT_TRIAL_TABLE
-
GERMPLASM_ACCESSION_TABLE
-
EXTENDED_MEASUREMENT_OR_FACT_TABLE
-
CHRONOMETRIC_AGE_TABLE
-
REFERENCE_TABLE
-
IDENTIFIER_TABLE
-
AUDUBON_TABLE
-
IMAGE_TABLE
-
MULTIMEDIA_TABLE
-
DNA_DERIVED_DATA_TABLE
-
-
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
-
all
- Specified by:
all
in interfaceInterpretationType
-
getAllInterpretation
-
getAllInterpretationAsString
-
getAllValidatorInterpretationAsString
-
getAllTables
-