public enum ThreatStatus extends Enum<ThreatStatus>
Enum Constant and 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.
|
Modifier and Type | Method and 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.
|
public static final ThreatStatus EXTINCT
public static final ThreatStatus EXTINCT_IN_THE_WILD
public static final ThreatStatus REGIONALLY_EXTINCT
public static final ThreatStatus CRITICALLY_ENDANGERED
public static final ThreatStatus ENDANGERED
public static final ThreatStatus VULNERABLE
public static final ThreatStatus NEAR_THREATENED
public static final ThreatStatus LEAST_CONCERN
public static final ThreatStatus DATA_DEFICIENT
public static final ThreatStatus NOT_APPLICABLE
public static final ThreatStatus NOT_EVALUATED
public static ThreatStatus[] values()
for (ThreatStatus c : ThreatStatus.values()) System.out.println(c);
public static ThreatStatus 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 nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.