Package org.gbif.api.model.pipelines
Enum InterpretationType.RecordType
- java.lang.Object
-
- java.lang.Enum<InterpretationType.RecordType>
-
- org.gbif.api.model.pipelines.InterpretationType.RecordType
-
- All Implemented Interfaces:
Serializable
,Comparable<InterpretationType.RecordType>
,InterpretationType
- Enclosing interface:
- InterpretationType
public static enum InterpretationType.RecordType extends Enum<InterpretationType.RecordType> implements InterpretationType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gbif.api.model.pipelines.InterpretationType
InterpretationType.RecordType
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
all()
static Set<InterpretationType.RecordType>
getAllInterpretation()
static Set<String>
getAllInterpretationAsString()
static Set<InterpretationType.RecordType>
getAllTables()
static Set<String>
getAllValidatorInterpretationAsString()
static InterpretationType.RecordType
valueOf(String name)
Returns the enum constant of this type with the specified name.static InterpretationType.RecordType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from interface org.gbif.api.model.pipelines.InterpretationType
name
-
-
-
-
Enum Constant Detail
-
ALL
public static final InterpretationType.RecordType ALL
-
VERBATIM
public static final InterpretationType.RecordType VERBATIM
-
IDENTIFIER
public static final InterpretationType.RecordType IDENTIFIER
-
EVENT_IDENTIFIER
public static final InterpretationType.RecordType EVENT_IDENTIFIER
-
IDENTIFIER_ABSENT
public static final InterpretationType.RecordType IDENTIFIER_ABSENT
-
METADATA
public static final InterpretationType.RecordType METADATA
-
BASIC
public static final InterpretationType.RecordType BASIC
-
CLUSTERING
public static final InterpretationType.RecordType CLUSTERING
-
TEMPORAL
public static final InterpretationType.RecordType TEMPORAL
-
LOCATION
public static final InterpretationType.RecordType LOCATION
-
TAXONOMY
public static final InterpretationType.RecordType TAXONOMY
-
MULTI_TAXONOMY
public static final InterpretationType.RecordType MULTI_TAXONOMY
-
GRSCICOLL
public static final InterpretationType.RecordType GRSCICOLL
-
EVENT
public static final InterpretationType.RecordType EVENT
-
IMAGE
public static final InterpretationType.RecordType IMAGE
-
MULTIMEDIA
public static final InterpretationType.RecordType MULTIMEDIA
-
AUDUBON
public static final InterpretationType.RecordType AUDUBON
-
MEASUREMENT_OR_FACT
public static final InterpretationType.RecordType MEASUREMENT_OR_FACT
-
AMPLIFICATION
public static final InterpretationType.RecordType AMPLIFICATION
-
DNA_DERIVED_DATA
public static final InterpretationType.RecordType DNA_DERIVED_DATA
-
LOCATION_FEATURE
public static final InterpretationType.RecordType LOCATION_FEATURE
-
OCCURRENCE
public static final InterpretationType.RecordType OCCURRENCE
-
MEASUREMENT_OR_FACT_TABLE
public static final InterpretationType.RecordType MEASUREMENT_OR_FACT_TABLE
-
IDENTIFICATION_TABLE
public static final InterpretationType.RecordType IDENTIFICATION_TABLE
-
RESOURCE_RELATIONSHIP_TABLE
public static final InterpretationType.RecordType RESOURCE_RELATIONSHIP_TABLE
-
AMPLIFICATION_TABLE
public static final InterpretationType.RecordType AMPLIFICATION_TABLE
-
CLONING_TABLE
public static final InterpretationType.RecordType CLONING_TABLE
-
GEL_IMAGE_TABLE
public static final InterpretationType.RecordType GEL_IMAGE_TABLE
-
LOAN_TABLE
public static final InterpretationType.RecordType LOAN_TABLE
-
MATERIAL_SAMPLE_TABLE
public static final InterpretationType.RecordType MATERIAL_SAMPLE_TABLE
-
PERMIT_TABLE
public static final InterpretationType.RecordType PERMIT_TABLE
-
PREPARATION_TABLE
public static final InterpretationType.RecordType PREPARATION_TABLE
-
PRESERVATION_TABLE
public static final InterpretationType.RecordType PRESERVATION_TABLE
-
GERMPLASM_MEASUREMENT_SCORE_TABLE
public static final InterpretationType.RecordType GERMPLASM_MEASUREMENT_SCORE_TABLE
-
GERMPLASM_MEASUREMENT_TRAIT_TABLE
public static final InterpretationType.RecordType GERMPLASM_MEASUREMENT_TRAIT_TABLE
-
GERMPLASM_MEASUREMENT_TRIAL_TABLE
public static final InterpretationType.RecordType GERMPLASM_MEASUREMENT_TRIAL_TABLE
-
GERMPLASM_ACCESSION_TABLE
public static final InterpretationType.RecordType GERMPLASM_ACCESSION_TABLE
-
EXTENDED_MEASUREMENT_OR_FACT_TABLE
public static final InterpretationType.RecordType EXTENDED_MEASUREMENT_OR_FACT_TABLE
-
CHRONOMETRIC_AGE_TABLE
public static final InterpretationType.RecordType CHRONOMETRIC_AGE_TABLE
-
REFERENCE_TABLE
public static final InterpretationType.RecordType REFERENCE_TABLE
-
IDENTIFIER_TABLE
public static final InterpretationType.RecordType IDENTIFIER_TABLE
-
AUDUBON_TABLE
public static final InterpretationType.RecordType AUDUBON_TABLE
-
IMAGE_TABLE
public static final InterpretationType.RecordType IMAGE_TABLE
-
MULTIMEDIA_TABLE
public static final InterpretationType.RecordType MULTIMEDIA_TABLE
-
DNA_DERIVED_DATA_TABLE
public static final InterpretationType.RecordType DNA_DERIVED_DATA_TABLE
-
-
Method Detail
-
values
public static InterpretationType.RecordType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InterpretationType.RecordType c : InterpretationType.RecordType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InterpretationType.RecordType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
all
public String all()
- Specified by:
all
in interfaceInterpretationType
-
getAllInterpretation
public static Set<InterpretationType.RecordType> getAllInterpretation()
-
getAllInterpretationAsString
public static Set<String> getAllInterpretationAsString()
-
getAllValidatorInterpretationAsString
public static Set<String> getAllValidatorInterpretationAsString()
-
getAllTables
public static Set<InterpretationType.RecordType> getAllTables()
-
-