Package org.gbif.api.vocabulary
Enum NomenclaturalStatus
- java.lang.Object
-
- java.lang.Enum<NomenclaturalStatus>
-
- org.gbif.api.vocabulary.NomenclaturalStatus
-
- All Implemented Interfaces:
Serializable
,Comparable<NomenclaturalStatus>
public enum NomenclaturalStatus extends Enum<NomenclaturalStatus>
Vocabulary for the nomenclatural status of a name.
-
-
Enum Constant Summary
Enum Constants Enum Constant 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 ICBNREJECTED_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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NomenclaturalStatus
fromString(String nomStatus)
Deprecated.use NomStatusParser insteadString
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.
-
-
-
Enum Constant Detail
-
LEGITIMATE
public static final NomenclaturalStatus LEGITIMATE
-
VALIDLY_PUBLISHED
public static final NomenclaturalStatus VALIDLY_PUBLISHED
A name that is correctly proposed according to the a Code of Nomenclature. The different codes have various terminology for the same concept:- Zoology: available name
- Botany: validly published name
- BioCode: established name
- Bacteria: validly published name
-
NEW_COMBINATION
public static final NomenclaturalStatus NEW_COMBINATION
The name is a new combination, i.e. a name change involving the epithet of the basionym. ICBN: Name of the original author being kept within parantheses. A new name is introduced consisting of a new generic name for an earlier named species combined with the existing epitheton of said species. For exxample when Calymmatobacterium granulomatis was renamed Klebsiella granulomatis, it was referred to as Klebsiella granulomatis comb. nov. to denote it is a new combination.
-
REPLACEMENT
public static final NomenclaturalStatus REPLACEMENT
A scientific name that is created specifically to replace a name which is a junior synonym or homonym. New name designated when a name cannot be used for nomenclaturalpurposes and no type or original material exists. A name established expressly to replace an already established name. A nominal taxon denoted by a new replacement name (nomen novum) has the same name-bearing type as the nominal taxon denoted by the replaced name. ICZN: new name which is expressly proposed as a replacement name for a preoccupied name, automatically takes the same type and type locality. (= a replacement name or substitute name for a preoccupied name). Commonly applied to names proposed to replace junior homonyms. A name proposed as a substitute for a previously published name (ICBN Art. 7.3 and 33.4).
-
CONSERVED
public static final NomenclaturalStatus CONSERVED
A scientific name that enjoys special nomenclatural protection, i.e. a name conserved in respective code. Names classed as available and valid by action of the ICZN or ICBN exercising its Plenary Powers . Includes rulings to conserve junior/later synonyms in place of rejected forgotten names (nomen oblitum). Such names are entered on the Official Lists.
-
PROTECTED
public static final NomenclaturalStatus 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).
-
CORRECTED
public static final NomenclaturalStatus 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). Do not depend on transfer in taxon rank or assignment. (= an emended name).
-
ORIGINAL_COMBINATION
public static final NomenclaturalStatus ORIGINAL_COMBINATION
The original combination of a newly described any name regardless of the rank.
-
NEW_SPECIES
public static final NomenclaturalStatus NEW_SPECIES
The original combination of a newly described species. Specific type of ORIGINAL_COMBINATION.
-
NEW_GENUS
public static final NomenclaturalStatus NEW_GENUS
The original combination of a newly described genus. Specific type of ORIGINAL_COMBINATION.
-
ALTERNATIVE
public static final NomenclaturalStatus ALTERNATIVE
An alternative name given in the original publication before 1953 based on the same type.
-
OBSCURE
public static final NomenclaturalStatus OBSCURE
A name, which was published in an obscure publication, was never widely used. In botanical literature, the name remained in obscurity. This has no influence on the formal evaluation of valid publication under ICBN. It may be valuable information nevertheless.
-
CONSERVED_PROPOSED
public static final NomenclaturalStatus CONSERVED_PROPOSED
A proposed conserved name. See CONSERVED.
-
PROVISIONAL
public static final NomenclaturalStatus 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. 34.1).
-
SUBNUDUM
public static final NomenclaturalStatus 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.). Such short descriptions/diagnoses were termed as nom. subnud. Occasionally, a short diagnosis may be a key character providing an ID of a taxon. Formally, any arbitrary short description is valid under ICBN ("small fungus, spores not seen"). Thus the qualifiers "nom. ambig", "nom. confus.", "nom. obsc." and "nom. subnud.", are applicable either to a currently "botany: valid and legitimate" or "zoology: available" name, or are reasons given for "nom. rej."/"nom. utique rej.". The are not actual status codes, rather highlight potential problems.
-
REJECTED_PROPOSED
public static final NomenclaturalStatus REJECTED_PROPOSED
proposed rejected name. Temporary status until the next botanical congress decides about the proposal.
-
REJECTED_OUTRIGHT_PROPOSED
public static final NomenclaturalStatus REJECTED_OUTRIGHT_PROPOSED
proposed rejected name on the basis of appendix V of ICBN
-
DOUBTFUL
public static final NomenclaturalStatus DOUBTFUL
A name of uncertain sense, of doubtful validity. E.g. the name Encephalartos tridentatus (Willdenow) Lehmann (Pugillus 6, 1834) is a nomen dubium which may refer to several species of Encephalartos or Macrozamia. ICZN: doubtful or dubious names, names which are not certainly applicable to any known taxon or for which the evidence is insufficient to permit recognition of the taxon to which they belong. May possess availability conducive to uncertainty and instability. Also 'names under enquiry': NOMEN INQUIRENDUM (NOMINA INQUIRENDA). In botany a name whose application is uncertain; the confusion being derived from an incomplete or confusing description. Example: Platanus hispanica auct., non Mill. ex Münchh., nom. dub. The application of the name Platanus hispanica is uncertain, so the name has been rejected in favour of Platanus ×acerifolia (Aiton) Willd., pro. sp.
-
AMBIGUOUS
public static final NomenclaturalStatus 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. It is used in senses other than originally intended, and thus the source of much confusion. A nom. ambig. is a rejected name. Example: Trifolium agrarium L., nom. ambig. The name Trifolium agrarium was misapplied to three taxa, so the name has been rejected in favour of the names Trifolium aureum Pollich, T. dubium Sibth., and T. campestre Schreb., each referring to different taxa.
-
CONFUSED
public static final NomenclaturalStatus 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.
-
FORGOTTEN
public static final NomenclaturalStatus FORGOTTEN
a name that has not been used in the scientific community for more than fifty years after its original proposal. forgotten names, senior synonyms which have remained unused in the literature for many years. Have been treated differently by different editions of the Code, and remain unavailable names.
-
ABORTED
public static final NomenclaturalStatus ABORTED
A name which violated the Code in operation at that time.
-
ORTHOGRAPHIC_VARIANT
public static final NomenclaturalStatus ORTHOGRAPHIC_VARIANT
In botanical nomenclature, an orthographical variant (abbreviated orth. var.) is a variant spelling of the same name. For example, Hieronima and Hyeronima are orthographical variants of Hieronyma. One of the spellings must be treated as the correct one. In this case, the spelling Hieronyma has been conserved and is to be used as the correct spelling. An inadvertent use of one of the other spellings has no consequences: the name is to be treated as if it were correctly spelled. Any subsequent use is to be corrected. Orthographical variants are treated in Art 61 of the ICBN. In zoology, orthographical variants in the formal sense do not exist; a misspelling or orthographic error is treated as a lapsus, a form of inadvertent error. The first reviser is allowed to choose one variant for mandatory further use, but in other ways, these errors generally have no further formal standing. Inadvertent misspellings are treated in Art. 32-33 of the ICZN.
-
SUPERFLUOUS
public static final NomenclaturalStatus SUPERFLUOUS
A name superfluous when published, an unnecessary substitute name. In botany a name for which a validly published name existed previously and should have been adopted, thus the name is deemed nomenclaturally superfluous. Example: Astragalus astragalinus (Hook.) Á. & D. Löve, nom. illeg. superfl. The GRIN database reports that the combination Astragalus astragalinus (Hook.) Á.& D. Löve, is a superfluous name, based on an incorrect basionym, see R.C. Barneby, Taxon, 25(5-6): 628 (1976). The correct basionym is Phaca astragalina DC., not Astragalus astragalinus (DC.) Hook. This taxon is a synonym of Astragalus alpinus L.
-
NUDUM
public static final NomenclaturalStatus 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). Nomina nuda and other unavailable names can be made available if they are published again in a way that meets the criteria of availability; however, they are attributed to the author who first made them available, not the person who first used them.
-
NULL_NAME
public static final NomenclaturalStatus NULL_NAME
Null names, unavailable names which as defined by the Code are non demonstrably intentional changes of an original spelling i.e. a form of incorrect subsequent spelling.
-
SUPPRESSED
public static final NomenclaturalStatus SUPPRESSED
Names in specified ranks included in publications listed as suppressed works (opera utique oppressa; App. VI) are not validly published.
-
REJECTED_OUTRIGHT
public static final NomenclaturalStatus REJECTED_OUTRIGHT
Name rejected outright, i. e. without proposing another name to be conserved in favor of this name (nomen utique rejiciendum). This status applies to explicitly listed protonym names as well as to any combinations based on the protonym. See ICBN (Art. 56.1, Appendix V) because otherwise it would cause a disadvantageous nomenclatural change. Example: Cerastium vulgatum L. 1755, non 1762, nom. utique rej. For a discussion on why this name was rejected, see Brummitt 2000. Taxon 49 (2): 262.
-
REJECTED
public static final NomenclaturalStatus REJECTED
Rejected / surpressed name. Inverse of conserved against
-
ILLEGITIMATE
public static final NomenclaturalStatus ILLEGITIMATE
A nomen illegitimum is a validly published name, but one that contravenes some of the articles laid down by the International Botanical Congress. The name could be illegitimate because:- (article 52) it was superfluous at its time of publication, i.e., the taxon (as represented by the type) already has a name
- (articles 53 and 54) the name has already been applied to another plant (a homonym)
-
INVALID
public static final NomenclaturalStatus 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. In zoology this is called an UNAVAILABLE name. Example: Linaria vulgaris Hill, nom. inval. Many names published by John Hill between 1753 and 1757 were not accepted as validly published.
-
DENIED
public static final NomenclaturalStatus DENIED
denied names, unavailable names which are incorrect original spellings as defined by the Code. Subset of nom.inval. based only on spellings
-
-
Method Detail
-
values
public static NomenclaturalStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (NomenclaturalStatus c : NomenclaturalStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NomenclaturalStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromString
@Deprecated public static NomenclaturalStatus fromString(String nomStatus)
Deprecated.use NomStatusParser insteadTries to case insenitively interpret a nomenclatural status given as a string appliying the enums name, the latin and abbreviated name of a term.- Parameters:
nomStatus
-
-
getLatinLabel
public String getLatinLabel()
-
getAbbreviatedLabel
@Nullable public String getAbbreviatedLabel()
The abbreviated status name, often used in botany. For example nom. inval.
-
isGood
public boolean isGood()
A vague grouping of nomenclatural status terms including all that can be used to name a correct/valid taxon. Specifically avoid the confusing terms valid, accepted or correct here as they mean different things in the different codes.
-
isDoubtful
public boolean isDoubtful()
-
isBad
public boolean isBad()
Opposite of good and not doubtful.
-
-