Package org.gbif.api.vocabulary
Enum ThreatStatus
- java.lang.Object
-
- java.lang.Enum<ThreatStatus>
-
- org.gbif.api.vocabulary.ThreatStatus
-
- All Implemented Interfaces:
Serializable
,Comparable<ThreatStatus>
public enum ThreatStatus extends Enum<ThreatStatus>
The IUCN threat status. The IUCN Red List Categories and Criteria are intended to be an easily and widely understood system for classifying species at high risk of global extinction. The general aim of the system is to provide an explicit, objective framework for the classification of the broadest range of species according to their extinction risk.- See Also:
- rs.gbif.org vocabulary
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CRITICALLY_ENDANGERED
A taxon is Critically Endangered when the best available evidence indicates that it meets any of the criteria A to E for Critically Endangered (see Section V), and it is therefore considered to be facing an extremely high risk of extinction in the wild.DATA_DEFICIENT
A taxon is Data Deficient when there is inadequate information to make a direct, or indirect, assessment of its risk of extinction based on its distribution and/or population status.ENDANGERED
A taxon is Endangered when the best available evidence indicates that it meets any of the criteria A to E for Endangered (see Section V), and it is therefore considered to be facing a very high risk of extinction in the wild.EXTINCT
A taxon is Extinct when there is no reasonable doubt that the last individual has died.EXTINCT_IN_THE_WILD
A taxon is Extinct in the Wild when it is known only to survive in cultivation, in captivity or as a naturalized population (or populations) well outside the past range.LEAST_CONCERN
A taxon is Least Concern when it has been evaluated against the criteria and does not qualify for Critically Endangered, Endangered, Vulnerable or Near Threatened.NEAR_THREATENED
A taxon is Near Threatened when it has been evaluated against the criteria but does not qualify for Critically Endangered, Endangered or Vulnerable now, but is close to qualifying for or is likely to qualify for a threatened category in the near future.NOT_APPLICABLE
Category for a taxon deemed to be ineligible for assessment at a regional level.NOT_EVALUATED
A taxon is Not Evaluated when it is has not yet been evaluated against the criteria.REGIONALLY_EXTINCT
Category for a taxon when there is no reasonable doubt that the last individual potentially capable of reproduction within the region has died or has disappeared from the wild in the region, or when, if it is a former visiting taxon, the last individual has died or disappeared in the wild from the region.VULNERABLE
A taxon is Vulnerable when the best available evidence indicates that it meets any of the criteria A to E for Vulnerable (see Section V), and it is therefore considered to be facing a high risk of extinction in the wild.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
static ThreatStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreatStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EXTINCT
public static final ThreatStatus EXTINCT
A taxon is Extinct when there is no reasonable doubt that the last individual has died. A taxon is presumed Extinct when exhaustive surveys in known and/or expected habitat, at appropriate times (diurnal, seasonal, annual), throughout its historic range have failed to record an individual. Surveys should be over a time frame appropriate to the taxon's life cycle and life form.
-
EXTINCT_IN_THE_WILD
public static final ThreatStatus EXTINCT_IN_THE_WILD
A taxon is Extinct in the Wild when it is known only to survive in cultivation, in captivity or as a naturalized population (or populations) well outside the past range. A taxon is presumed Extinct in the Wild when exhaustive surveys in known and/or expected habitat, at appropriate times (diurnal, seasonal, annual), throughout its historic range have failed to record an individual. Surveys should be over a time frame appropriate to the taxon's life cycle and life form.
-
REGIONALLY_EXTINCT
public static final ThreatStatus REGIONALLY_EXTINCT
Category for a taxon when there is no reasonable doubt that the last individual potentially capable of reproduction within the region has died or has disappeared from the wild in the region, or when, if it is a former visiting taxon, the last individual has died or disappeared in the wild from the region. The setting of any time limit for listing under RE is left to the discretion of the regional Red List authority, but should not normally pre-date 1500 AD.
-
CRITICALLY_ENDANGERED
public static final ThreatStatus CRITICALLY_ENDANGERED
A taxon is Critically Endangered when the best available evidence indicates that it meets any of the criteria A to E for Critically Endangered (see Section V), and it is therefore considered to be facing an extremely high risk of extinction in the wild.
-
ENDANGERED
public static final ThreatStatus ENDANGERED
A taxon is Endangered when the best available evidence indicates that it meets any of the criteria A to E for Endangered (see Section V), and it is therefore considered to be facing a very high risk of extinction in the wild.
-
VULNERABLE
public static final ThreatStatus VULNERABLE
A taxon is Vulnerable when the best available evidence indicates that it meets any of the criteria A to E for Vulnerable (see Section V), and it is therefore considered to be facing a high risk of extinction in the wild.
-
NEAR_THREATENED
public static final ThreatStatus NEAR_THREATENED
A taxon is Near Threatened when it has been evaluated against the criteria but does not qualify for Critically Endangered, Endangered or Vulnerable now, but is close to qualifying for or is likely to qualify for a threatened category in the near future.
-
LEAST_CONCERN
public static final ThreatStatus LEAST_CONCERN
A taxon is Least Concern when it has been evaluated against the criteria and does not qualify for Critically Endangered, Endangered, Vulnerable or Near Threatened. Widespread and abundant taxa are included in this category.
-
DATA_DEFICIENT
public static final ThreatStatus DATA_DEFICIENT
A taxon is Data Deficient when there is inadequate information to make a direct, or indirect, assessment of its risk of extinction based on its distribution and/or population status. A taxon in this category may be well studied, and its biology well known, but appropriate data on abundance and/or distribution are lacking. Data Deficient is therefore not a category of threat. Listing of taxa in this category indicates that more information is required and acknowledges the possibility that future research will show that threatened classification is appropriate. It is important to make positive use of whatever data are available. In many cases great care should be exercised in choosing between DD and a threatened status. If the range of a taxon is suspected to be relatively circumscribed, and a considerable period of time has elapsed since the last record of the taxon, threatened status may well be justified.
-
NOT_APPLICABLE
public static final ThreatStatus NOT_APPLICABLE
Category for a taxon deemed to be ineligible for assessment at a regional level. A taxon may be NA because it is not a wild population or not within its natural range in the region, or because it is a vagrant to the region. It may also be NA because it occurs at very low numbers in the region (i.e. when the regional Red List authority has decided to use a filter to exclude taxa before the assessment procedure) or the taxon may be classified at a lower taxonomic level (e.g. below the level of species or subspecies) than considered eligible by the regional Red List authority. In contrast to other Red List Categories, it is not mandatory to use NA for all taxa to which it applies; but is recommended for taxa where its use is informative.
-
NOT_EVALUATED
public static final ThreatStatus NOT_EVALUATED
A taxon is Not Evaluated when it is has not yet been evaluated against the criteria.
-
-
Method Detail
-
values
public static ThreatStatus[] 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 (ThreatStatus c : ThreatStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ThreatStatus 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
-
-