public enum TypeStatus extends Enum<TypeStatus>
Enum Constant and Description |
---|
ALLOLECTOTYPE
A paralectotype specimen that is the opposite sex of the lectotype.
|
ALLONEOTYPE
A paraneotype specimen that is the opposite sex of the neotype.
|
ALLOTYPE
A paratype specimen designated from the type series by the original author that is the opposite sex of the holotype.
|
COTYPE
A deprecated term no longer recognized in the ICZN; formerly used for either syntype or paratype [see ICZN Recommendation 73E].
|
EPITYPE
An epitype is a specimen or illustration selected to serve as an interpretative type when any kind of holotype, lectotype, etc.
|
EXEPITYPE
A strain or cultivation derived from epitype material.
|
EXHOLOTYPE
A strain or cultivation derived from holotype material.
|
EXISOTYPE
A strain or cultivation derived from isotype material.
|
EXLECTOTYPE
A strain or cultivation derived from lectotype material.
|
EXNEOTYPE
A strain or cultivation derived from neotype material.
|
EXPARATYPE
A strain or cultivation derived from paratype material.
|
EXSYNTYPE
A strain or cultivation derived from neotype material.
|
EXTYPE
A strain or cultivation derived from some kind of type material.
|
HAPANTOTYPE
One or more preparations of directly related individuals representing distinct stages in the life cycle, which together form the type in an extant species of protistan [ICZN Article 72.5.4].
|
HOLOTYPE
The one specimen or other element used or designated by the original author at the time of publication of the original description as the nomenclatural type of a species or infraspecific taxon.
|
HYPOTYPE
A specimen that was not part of the original type series of the species, but is known from a published description, figure, or listing.
|
ICONOTYPE
A drawing or photograph (also called 'phototype') of a type specimen.
|
ISOLECTOTYPE
A duplicate of a lectotype, compare lectotype.
|
ISONEOTYPE
A duplicate of a neotype, compare neotype.
|
ISOPARATYPE
A duplicate of a paratype, compare paratype.
|
ISOSYNTYPE
A duplicate of a syntype, compare isotype = duplicate of holotype.
|
ISOTYPE
An isotype is any duplicate of the holotype (i.
|
LECTOTYPE
A specimen or other element designated subsequent to the publication of the original description from the original material (syntypes or paratypes) to serve as nomenclatural type.
|
NEOTYPE
A specimen designated as nomenclatural type subsequent to the publication of the original description in cases where the original holotype, lectotype, all paratypes and syntypes are lost or destroyed, or suppressed by the (botanical or zoological) commission on nomenclature.
|
NOTATYPE
For specimens erroneously labelled as types an explicit negative statement may be desirable.
|
ORIGINALMATERIAL
'type-suspicious' material.
|
PARALECTOTYPE
All of the specimens in the syntype series of a species or infraspecific taxon other than the lectotype itself.
|
PARANEOTYPE
All of the specimens in the syntype series of a species or infraspecific taxon other than the neotype itself.
|
PARATYPE
All of the specimens in the type series of a species or infraspecific taxon other than the holotype (and, in botany, isotypes).
|
PLASTOHOLOTYPE
A copy or cast of holotype material (compare Plastotype).
|
PLASTOISOTYPE
A copy or cast of isotype material (compare Plastotype).
|
PLASTOLECTOTYPE
A copy or cast of lectotype material (compare Plastotype).
|
PLASTONEOTYPE
A copy or cast of neotype material (compare Plastotype).
|
PLASTOPARATYPE
A copy or cast of paratype material (compare Plastotype).
|
PLASTOSYNTYPE
A copy or cast of syntype material (compare Plastotype).
|
PLASTOTYPE
A copy or cast of type material, esp.
|
PLESIOTYPE
A specimen that is both a homeotype and a hypotype.
|
SECONDARYTYPE
A referred, described, measured or figured specimen in the original publication (including a neo/lectotypification publication) that is not a primary type.
|
SUPPLEMENTARYTYPE
A referred, described, measured or figured specimen in a revision of a previously described taxon.
|
SYNTYPE
One of the series of specimens used to describe a species or infraspecific taxon when neither a single holotype nor a lectotype has been designated.
|
TOPOTYPE
One or more specimens collected at the same location as the type series (type locality), regardless of whether they are part of the type series.
|
TYPE
General type designation.
|
TYPE_GENUS
For designating a type record as a reference to type information tied to a Family
|
TYPE_SPECIES
For designating a type record as a reference to type information tied to a genus
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTypeSpecimen() |
static List<TypeStatus> |
nameTypeStatusList() |
static List<TypeStatus> |
specimenTypeStatusList() |
static TypeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeStatus TYPE
public static final TypeStatus TYPE_SPECIES
public static final TypeStatus TYPE_GENUS
public static final TypeStatus ALLOLECTOTYPE
public static final TypeStatus ALLONEOTYPE
public static final TypeStatus ALLOTYPE
public static final TypeStatus COTYPE
public static final TypeStatus EPITYPE
public static final TypeStatus EXEPITYPE
public static final TypeStatus EXHOLOTYPE
public static final TypeStatus EXISOTYPE
public static final TypeStatus EXLECTOTYPE
public static final TypeStatus EXNEOTYPE
public static final TypeStatus EXPARATYPE
public static final TypeStatus EXSYNTYPE
public static final TypeStatus EXTYPE
public static final TypeStatus HAPANTOTYPE
public static final TypeStatus HOLOTYPE
public static final TypeStatus HYPOTYPE
public static final TypeStatus ICONOTYPE
public static final TypeStatus ISOLECTOTYPE
public static final TypeStatus ISONEOTYPE
public static final TypeStatus ISOPARATYPE
public static final TypeStatus ISOSYNTYPE
public static final TypeStatus ISOTYPE
public static final TypeStatus LECTOTYPE
public static final TypeStatus NEOTYPE
public static final TypeStatus NOTATYPE
public static final TypeStatus ORIGINALMATERIAL
public static final TypeStatus PARALECTOTYPE
public static final TypeStatus PARANEOTYPE
public static final TypeStatus PARATYPE
public static final TypeStatus PLASTOHOLOTYPE
public static final TypeStatus PLASTOISOTYPE
public static final TypeStatus PLASTOLECTOTYPE
public static final TypeStatus PLASTONEOTYPE
public static final TypeStatus PLASTOPARATYPE
public static final TypeStatus PLASTOSYNTYPE
public static final TypeStatus PLASTOTYPE
public static final TypeStatus PLESIOTYPE
public static final TypeStatus SECONDARYTYPE
public static final TypeStatus SUPPLEMENTARYTYPE
public static final TypeStatus SYNTYPE
public static final TypeStatus TOPOTYPE
public static TypeStatus[] values()
for (TypeStatus c : TypeStatus.values()) System.out.println(c);
public static TypeStatus 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 List<TypeStatus> specimenTypeStatusList()
public static List<TypeStatus> nameTypeStatusList()
public boolean isTypeSpecimen()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.