@Deprecated public enum EstablishmentMeans extends Enum<EstablishmentMeans>
Distribution
,
rs.gbif.org vocabulary,
Darwin Core vocabularyEnum Constant and Description |
---|
INTRODUCED
Deprecated.
|
INVASIVE
Deprecated.
|
MANAGED
Deprecated.
|
NATIVE
Deprecated.
|
NATURALISED
Deprecated.
|
UNCERTAIN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EstablishmentMeans |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EstablishmentMeans[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EstablishmentMeans NATIVE
public static final EstablishmentMeans INTRODUCED
public static final EstablishmentMeans NATURALISED
public static final EstablishmentMeans INVASIVE
public static final EstablishmentMeans MANAGED
public static final EstablishmentMeans UNCERTAIN
public static EstablishmentMeans[] values()
for (EstablishmentMeans c : EstablishmentMeans.values()) System.out.println(c);
public static EstablishmentMeans 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.