public enum DistributionStatus extends Enum<DistributionStatus>
Enum Constant and Description |
---|
ABSENT
There is evidence to document the absence of a taxon in the area.
|
COMMON
Subclass of present: Species observed frequently in most proper habitat.
|
DOUBTFUL
The taxon is scored as being present in the area but there is some doubt over the evidence.
|
EXCLUDED
Subclass of absent: The organism is reported in some (gray) literature for a certain region, but is is erroneous.
|
IRREGULAR
Subclass of present: May be common in certain years and entirely absent other years.
|
PRESENT
There is at least one well documented record of the taxon's presence in the area.
|
RARE
Subclass of present: Species occurs regularly, but in small numbers.
|
Modifier and Type | Method and Description |
---|---|
static DistributionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributionStatus PRESENT
public static final DistributionStatus COMMON
public static final DistributionStatus RARE
public static final DistributionStatus IRREGULAR
public static final DistributionStatus DOUBTFUL
public static final DistributionStatus EXCLUDED
public static final DistributionStatus ABSENT
public static DistributionStatus[] values()
for (DistributionStatus c : DistributionStatus.values()) System.out.println(c);
public static DistributionStatus 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.