public enum Origin extends Enum<Origin>
Enum Constant and Description |
---|
AUTONYM
Generated, missing autonym.
|
BASIONYM_PLACEHOLDER
Placeholder usage for a missing or implicit basionym.
|
DENORMED_CLASSIFICATION
Implicit usage from a denormalized classification.
|
EX_AUTHOR_SYNONYM
Implicit synonym based on the illegitimate ex author.
|
IMPLICIT_NAME
Generated, missing genus or species for "orphaned" lower name.
|
MISSING_ACCEPTED
Artificial accepted usage for a synonym if it's missing to preserve the taxonomic hierarchy.
|
OTHER
Any other origin not covered by the above.
|
PROPARTE
Duplicated usage from a single pro parte record.
|
SOURCE
Record came straight from source record.
|
VERBATIM_ACCEPTED
Implicit usage from a verbatim accepted name usage.
|
VERBATIM_BASIONYM
Implicit usage from a verbatim basionym/original name.
|
VERBATIM_PARENT
Implicit usage from a verbatim parent name usage.
|
Modifier and Type | Method and Description |
---|---|
static Origin |
fromString(String origin)
Case-insensitive lookup of an Origin by its name that does not throw an exception but returns null
for not found origins.
|
static Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Origin DENORMED_CLASSIFICATION
public static final Origin VERBATIM_PARENT
public static final Origin VERBATIM_ACCEPTED
public static final Origin VERBATIM_BASIONYM
public static final Origin IMPLICIT_NAME
public static final Origin MISSING_ACCEPTED
public static final Origin BASIONYM_PLACEHOLDER
public static final Origin EX_AUTHOR_SYNONYM
public static Origin[] values()
for (Origin c : Origin.values()) System.out.println(c);
public static Origin 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 Origin fromString(String origin)
origin
- case-insensitive name of the originCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.