public enum DatasetSubtype extends Enum<DatasetSubtype>
| Enum Constant and Description |
|---|
DERIVED_FROM_OCCURRENCE
A taxonomic checklist that has been derived from data that was originally occurrence data.
|
GLOBAL_SPECIES_DATASET
A taxonomic checklist with a global, spatial coverage.
|
INVENTORY_REGIONAL
A regional checklist that has a regional commonality in grouping names, e.g.
|
INVENTORY_THEMATIC
A thematic checklist that has a theme for grouping names, e.g.
|
NOMENCLATOR_AUTHORITY
A nomenclatoral checklist that is authoritative in the pure names and publication information.
|
OBSERVATION
Observation data.
|
SPECIMEN
Specimen data.
|
TAXONOMIC_AUTHORITY
A taxonomic checklist that is authoritative in its classification and synonymy.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<DatasetSubtype> |
CHECKLIST_DATASET_SUBTYPES
A set of all DatasetSubtype that belong to DatasetType CHECKLIST.
|
static Set<DatasetSubtype> |
OCCURRENCE_DATASET_SUBTYPES
A set of all DatasetSubtype that belong to DatasetType OCCURRENCE.
|
static Set<DatasetSubtype> |
SAMPLING_EVENT_DATASET_SUBTYPES
A set of all DatasetSubtype that belong to DatasetType SAMPLING_EVENT.
|
| Modifier and Type | Method and Description |
|---|---|
static DatasetSubtype |
fromString(String datasetSubType) |
static DatasetSubtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasetSubtype TAXONOMIC_AUTHORITY
public static final DatasetSubtype NOMENCLATOR_AUTHORITY
public static final DatasetSubtype INVENTORY_THEMATIC
public static final DatasetSubtype INVENTORY_REGIONAL
public static final DatasetSubtype GLOBAL_SPECIES_DATASET
public static final DatasetSubtype DERIVED_FROM_OCCURRENCE
public static final DatasetSubtype SPECIMEN
public static final DatasetSubtype OBSERVATION
public static final Set<DatasetSubtype> OCCURRENCE_DATASET_SUBTYPES
DatasetType.OCCURRENCEpublic static final Set<DatasetSubtype> SAMPLING_EVENT_DATASET_SUBTYPES
DatasetType.SAMPLING_EVENTpublic static final Set<DatasetSubtype> CHECKLIST_DATASET_SUBTYPES
DatasetType.CHECKLISTpublic static DatasetSubtype[] values()
for (DatasetSubtype c : DatasetSubtype.values()) System.out.println(c);
public static DatasetSubtype 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 static DatasetSubtype fromString(String datasetSubType)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.