public enum TaxonomicStatus extends Enum<TaxonomicStatus>
Enum Constant and Description |
---|
ACCEPTED |
DOUBTFUL
Treated as accepted, but doubtful whether this is correct.
|
HETEROTYPIC_SYNONYM
More specific subclass of SYNONYM.
|
HOMOTYPIC_SYNONYM
More specific subclass of SYNONYM.
|
MISAPPLIED
More specific subclass of SYNONYM.
|
PROPARTE_SYNONYM
More specific subclass of SYNONYM.
|
SYNONYM
A general synonym, the exact type is unknown.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAccepted() |
boolean |
isSynonym() |
static TaxonomicStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxonomicStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxonomicStatus ACCEPTED
public static final TaxonomicStatus DOUBTFUL
public static final TaxonomicStatus SYNONYM
public static final TaxonomicStatus HETEROTYPIC_SYNONYM
public static final TaxonomicStatus HOMOTYPIC_SYNONYM
public static final TaxonomicStatus PROPARTE_SYNONYM
public static final TaxonomicStatus MISAPPLIED
public static TaxonomicStatus[] values()
for (TaxonomicStatus c : TaxonomicStatus.values()) System.out.println(c);
public static TaxonomicStatus 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 boolean isSynonym()
public boolean isAccepted()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.