public enum NomenclaturalStatus extends Enum<NomenclaturalStatus>
Enum Constant and Description |
---|
ABORTED
A name which violated the Code in operation at that time.
|
ALTERNATIVE
An alternative name given in the original publication before 1953 based on the same type.
|
AMBIGUOUS
Ambiguous name, one which has been used so long by different authors in different senses that it has become
a persistent cause of error and confusion.
|
CONFUSED
A rejected name that is based on a type consisting of two or more entirely discordant elements,
so that it is difficult to select a satisfactory lectotype.
|
CONSERVED
A scientific name that enjoys special nomenclatural protection, i.e.
|
CONSERVED_PROPOSED
A proposed conserved name.
|
CORRECTED
Corrected names or 'improved' names, available names which are mandatory and allowable emendations
of imperfect names (qv) or of taxonomic names higher than family
(which are not subject to name form and ending regulations).
|
DENIED
denied names, unavailable names which are incorrect original spellings as defined by the Code.
|
DOUBTFUL
A name of uncertain sense, of doubtful validity.
|
FORGOTTEN
a name that has not been used in the scientific community for more than fifty years after its original proposal.
|
ILLEGITIMATE
A nomen illegitimum is a validly published name, but one that contravenes some of the articles laid down by
the International Botanical Congress.
|
INVALID
A name that was not validly published according to the rules of the code,
or a name that was not accepted by the author in the original publication, for example,
if the name was suggested as a synonym of an accepted name.
|
LEGITIMATE |
NEW_COMBINATION
The name is a new combination, i.e.
|
NEW_GENUS
The original combination of a newly described genus.
|
NEW_SPECIES
The original combination of a newly described species.
|
NUDUM
A nomen nudum (plural nomina nuda) is used for a name which is unavailable because it does not have a description,
reference or indication (specifically a name published before 1931 which fails to conform to Article 12,
or after 1930 but fails to conform to Article 13).
|
NULL_NAME
Null names, unavailable names which as defined by the Code are non demonstrably intentional changes of
an original spelling i.e.
|
OBSCURE
A name, which was published in an obscure publication, was never widely used.
|
ORIGINAL_COMBINATION
The original combination of a newly described any name regardless of the rank.
|
ORTHOGRAPHIC_VARIANT
In botanical nomenclature, an orthographical variant (abbreviated orth.
|
PROTECTED
Protected names are conserved names applied to a name which has been given precedence over it unused senior synonym
or senior homonym relegated to the status of nomen oblitum (see Article 23.9.2).
|
PROVISIONAL
Provisional name, a name proposed in anticipation of the future acceptance of the taxon concerned,
or of a particular circumscription, position, or rank of the taxon (ICBN Art.
|
REJECTED
Rejected / surpressed name.
|
REJECTED_OUTRIGHT
Name rejected outright, i.
|
REJECTED_OUTRIGHT_PROPOSED
proposed rejected name on the basis of appendix V of ICBN
|
REJECTED_PROPOSED
proposed rejected name.
|
REPLACEMENT
A scientific name that is created specifically to replace a name which is a junior synonym or homonym.
|
SUBNUDUM
Formerly, a new taxon with a scant diagnosis/description
(e.g., perennial; robust plant; large leaf; aromatic plant; fragrant flower; Red flowers; large fruits; etc.).
|
SUPERFLUOUS
A name superfluous when published, an unnecessary substitute name.
|
SUPPRESSED
Names in specified ranks included in publications listed as suppressed works (opera utique oppressa; App.
|
VALIDLY_PUBLISHED
A name that is correctly proposed according to the a Code of Nomenclature.
|
Modifier and Type | Method and Description |
---|---|
static NomenclaturalStatus |
fromString(String nomStatus)
Deprecated.
use NomStatusParser instead
|
String |
getAbbreviatedLabel()
The abbreviated status name, often used in botany.
|
String |
getLatinLabel() |
boolean |
isBad()
Opposite of good and not doubtful.
|
boolean |
isDoubtful() |
boolean |
isGood()
A vague grouping of nomenclatural status terms including all that can be used to name a correct/valid taxon.
|
static NomenclaturalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NomenclaturalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NomenclaturalStatus LEGITIMATE
public static final NomenclaturalStatus VALIDLY_PUBLISHED
public static final NomenclaturalStatus NEW_COMBINATION
public static final NomenclaturalStatus REPLACEMENT
public static final NomenclaturalStatus CONSERVED
public static final NomenclaturalStatus PROTECTED
public static final NomenclaturalStatus CORRECTED
public static final NomenclaturalStatus ORIGINAL_COMBINATION
public static final NomenclaturalStatus NEW_SPECIES
public static final NomenclaturalStatus NEW_GENUS
public static final NomenclaturalStatus ALTERNATIVE
public static final NomenclaturalStatus OBSCURE
public static final NomenclaturalStatus CONSERVED_PROPOSED
public static final NomenclaturalStatus PROVISIONAL
public static final NomenclaturalStatus SUBNUDUM
public static final NomenclaturalStatus REJECTED_PROPOSED
public static final NomenclaturalStatus REJECTED_OUTRIGHT_PROPOSED
public static final NomenclaturalStatus DOUBTFUL
public static final NomenclaturalStatus AMBIGUOUS
public static final NomenclaturalStatus CONFUSED
public static final NomenclaturalStatus FORGOTTEN
public static final NomenclaturalStatus ABORTED
public static final NomenclaturalStatus ORTHOGRAPHIC_VARIANT
public static final NomenclaturalStatus SUPERFLUOUS
public static final NomenclaturalStatus NUDUM
public static final NomenclaturalStatus NULL_NAME
public static final NomenclaturalStatus SUPPRESSED
public static final NomenclaturalStatus REJECTED_OUTRIGHT
public static final NomenclaturalStatus REJECTED
public static final NomenclaturalStatus ILLEGITIMATE
public static final NomenclaturalStatus INVALID
public static final NomenclaturalStatus DENIED
public static NomenclaturalStatus[] values()
for (NomenclaturalStatus c : NomenclaturalStatus.values()) System.out.println(c);
public static NomenclaturalStatus 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 null@Deprecated public static NomenclaturalStatus fromString(String nomStatus)
nomStatus
- public String getLatinLabel()
@Nullable public String getAbbreviatedLabel()
public boolean isGood()
public boolean isDoubtful()
public boolean isBad()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.