Package org.gbif.api.vocabulary
Enum Class TaxonomicStatus
- All Implemented Interfaces:
Serializable,Comparable<TaxonomicStatus>,Constable
The taxonomic status of a taxon.
For synonyms more detailed status values are provided which "subclass" synonym.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNames which are ambiguous because they point at the current species and one or more others e.g.Treated as accepted, but doubtful whether this is correct.More specific subclass of SYNONYM.More specific subclass of SYNONYM.More specific subclass of SYNONYM.More specific subclass of SYNONYM."Treated as accepted, but doubtful whether this is correct." (as used in ChecklistBank).A general synonym, the exact type is unknown. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic TaxonomicStatusReturns the enum constant of this class with the specified name.static TaxonomicStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ACCEPTED
-
DOUBTFUL
Treated as accepted, but doubtful whether this is correct. -
SYNONYM
A general synonym, the exact type is unknown. -
HETEROTYPIC_SYNONYM
More specific subclass of SYNONYM. -
HOMOTYPIC_SYNONYM
More specific subclass of SYNONYM. -
PROPARTE_SYNONYM
More specific subclass of SYNONYM. -
MISAPPLIED
More specific subclass of SYNONYM. -
AMBIGUOUS_SYNONYM
Names which are ambiguous because they point at the current species and one or more others e.g. homonyms, pro-parte synonyms (in other words, names which appear more than in one place in the Catalogue). -
PROVISIONALLY_ACCEPTED
"Treated as accepted, but doubtful whether this is correct." (as used in ChecklistBank).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isSynonym
-
isAccepted
-