public enum ExternalIdentifierSource extends Enum<ExternalIdentifierSource>
| Enum Constant and Description |
|---|
bold
Barcode of Life Database (BOLD) TaxID
|
dyntaxa
Dyntaxa ID
|
eol
Encyclopedia of Life page identifier
|
fishbase
FishBase species ID
|
gisd
Global Invasive Species Database
|
iucn
IUCN Red List Identifier
|
lsid
Life Science Identifier
|
ncbi
NCBI Taxonomy ID (Genbank)
|
tsn
ITIS Taxonomic Serial Number
|
| Modifier and Type | Method and Description |
|---|---|
static ExternalIdentifierSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalIdentifierSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalIdentifierSource bold
public static final ExternalIdentifierSource dyntaxa
public static final ExternalIdentifierSource eol
public static final ExternalIdentifierSource fishbase
public static final ExternalIdentifierSource iucn
public static final ExternalIdentifierSource lsid
public static final ExternalIdentifierSource ncbi
public static final ExternalIdentifierSource tsn
public static final ExternalIdentifierSource gisd
public static ExternalIdentifierSource[] values()
for (ExternalIdentifierSource c : ExternalIdentifierSource.values()) System.out.println(c);
public static ExternalIdentifierSource 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 © 2020. All Rights Reserved.