public enum DatasetType extends Enum<DatasetType>
Enum Constant and Description |
---|
CHECKLIST
A checklist dataset.
|
MATERIAL_ENTITY
A material entity dataset.
|
METADATA
External metadata about any kind of biodiversity dataset.
|
OCCURRENCE
An occurrence dataset.
|
SAMPLING_EVENT
A dataset about a sampling event.
|
Modifier and Type | Method and Description |
---|---|
static DatasetType |
fromString(String datasetType) |
static DatasetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasetType OCCURRENCE
public static final DatasetType CHECKLIST
public static final DatasetType METADATA
public static final DatasetType SAMPLING_EVENT
public static final DatasetType MATERIAL_ENTITY
public static DatasetType[] values()
for (DatasetType c : DatasetType.values()) System.out.println(c);
public static DatasetType 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 DatasetType fromString(String datasetType)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.