@Deprecated public enum TypeStatus extends Enum<TypeStatus>
Enum Constant and Description |
---|
ALLOLECTOTYPE
Deprecated.
A paralectotype specimen that is the opposite sex of the lectotype.
|
ALLONEOTYPE
Deprecated.
A paraneotype specimen that is the opposite sex of the neotype.
|
ALLOTYPE
Deprecated.
A paratype specimen designated from the type series by the original author that is the opposite sex of the holotype.
|
COTYPE
Deprecated.
A deprecated term no longer recognized in the ICZN; formerly used for either syntype or paratype [see ICZN Recommendation 73E].
|
EPITYPE
Deprecated.
An epitype is a specimen or illustration selected to serve as an interpretative type when any kind of holotype, lectotype, etc.
|
EXEPITYPE
Deprecated.
A strain or cultivation derived from epitype material.
|
EXHOLOTYPE
Deprecated.
A strain or cultivation derived from holotype material.
|
EXISOTYPE
Deprecated.
A strain or cultivation derived from isotype material.
|
EXLECTOTYPE
Deprecated.
A strain or cultivation derived from lectotype material.
|
EXNEOTYPE
Deprecated.
A strain or cultivation derived from neotype material.
|
EXPARATYPE
Deprecated.
A strain or cultivation derived from paratype material.
|
EXSYNTYPE
Deprecated.
A strain or cultivation derived from neotype material.
|
EXTYPE
Deprecated.
A strain or cultivation derived from some kind of type material.
|
HAPANTOTYPE
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
A drawing or photograph (also called 'phototype') of a type specimen.
|
ISOLECTOTYPE
Deprecated.
A duplicate of a lectotype, compare lectotype.
|
ISONEOTYPE
Deprecated.
A duplicate of a neotype, compare neotype.
|
ISOPARATYPE
Deprecated.
A duplicate of a paratype, compare paratype.
|
ISOSYNTYPE
Deprecated.
A duplicate of a syntype, compare isotype = duplicate of holotype.
|
ISOTYPE
Deprecated.
An isotype is any duplicate of the holotype (i.
|
LECTOTYPE
Deprecated.
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
Deprecated.
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
Deprecated.
For specimens erroneously labelled as types an explicit negative statement may be desirable.
|
ORIGINALMATERIAL
Deprecated.
'type-suspicious' material.
|
PARALECTOTYPE
Deprecated.
All of the specimens in the syntype series of a species or infraspecific taxon other than the lectotype itself.
|
PARANEOTYPE
Deprecated.
All of the specimens in the syntype series of a species or infraspecific taxon other than the neotype itself.
|
PARATYPE
Deprecated.
All of the specimens in the type series of a species or infraspecific taxon other than the holotype (and, in botany, isotypes).
|
PLASTOHOLOTYPE
Deprecated.
A copy or cast of holotype material (compare Plastotype).
|
PLASTOISOTYPE
Deprecated.
A copy or cast of isotype material (compare Plastotype).
|
PLASTOLECTOTYPE
Deprecated.
A copy or cast of lectotype material (compare Plastotype).
|
PLASTONEOTYPE
Deprecated.
A copy or cast of neotype material (compare Plastotype).
|
PLASTOPARATYPE
Deprecated.
A copy or cast of paratype material (compare Plastotype).
|
PLASTOSYNTYPE
Deprecated.
A copy or cast of syntype material (compare Plastotype).
|
PLASTOTYPE
Deprecated.
A copy or cast of type material, esp.
|
PLESIOTYPE
Deprecated.
A specimen that is both a homeotype and a hypotype.
|
SECONDARYTYPE
Deprecated.
A referred, described, measured or figured specimen in the original publication (including a neo/lectotypification publication) that is not a primary type.
|
SUPPLEMENTARYTYPE
Deprecated.
A referred, described, measured or figured specimen in a revision of a previously described taxon.
|
SYNTYPE
Deprecated.
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
Deprecated.
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
Deprecated.
General type designation.
|
TYPE_GENUS
Deprecated.
For designating a type record as a reference to type information tied to a Family
|
TYPE_SPECIES
Deprecated.
For designating a type record as a reference to type information tied to a genus
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTypeSpecimen()
Deprecated.
|
static List<TypeStatus> |
nameTypeStatusList()
Deprecated.
|
static List<TypeStatus> |
specimenTypeStatusList()
Deprecated.
|
static TypeStatus |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TypeStatus[] |
values()
Deprecated.
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.