public enum BasisOfRecord extends Enum<BasisOfRecord>
Enum Constant and Description |
---|
FOSSIL_SPECIMEN
An occurrence record describing a fossilized specimen.
|
HUMAN_OBSERVATION
An occurrence record describing an observation made by one or more people.
|
LITERATURE
Deprecated.
use BasisOfRecord.OCCURRENCE instead.
|
LIVING_SPECIMEN
An occurrence record describing a living specimen, e.g.
|
MACHINE_OBSERVATION
An occurrence record describing an observation made by a machine.
|
MATERIAL_CITATION
A reference to or citation of one, a part of, or multiple specimens in scholarly publications.
|
MATERIAL_SAMPLE
An occurrence record based on samples taken from other specimens or the environment.
|
OBSERVATION
An occurrence record describing an observation.
|
OCCURRENCE
An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.
|
PRESERVED_SPECIMEN
An occurrence record describing a preserved specimen.
|
UNKNOWN
Deprecated.
replaced by BasisOfRecord.OCCURRENCE.
|
Modifier and Type | Method and Description |
---|---|
static BasisOfRecord |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasisOfRecord[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasisOfRecord PRESERVED_SPECIMEN
public static final BasisOfRecord FOSSIL_SPECIMEN
public static final BasisOfRecord LIVING_SPECIMEN
public static final BasisOfRecord OBSERVATION
public static final BasisOfRecord HUMAN_OBSERVATION
public static final BasisOfRecord MACHINE_OBSERVATION
public static final BasisOfRecord MATERIAL_SAMPLE
@Deprecated public static final BasisOfRecord LITERATURE
public static final BasisOfRecord MATERIAL_CITATION
public static final BasisOfRecord OCCURRENCE
@Deprecated public static final BasisOfRecord UNKNOWN
public static BasisOfRecord[] values()
for (BasisOfRecord c : BasisOfRecord.values()) System.out.println(c);
public static BasisOfRecord 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 nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.