public static enum AWSTree.AWSTreeSpecies extends java.lang.Enum<AWSTree.AWSTreeSpecies>
Enum Constant and Description |
---|
Beech |
DouglasFir |
EuropeanLarch |
JapanLarch |
Oak |
ScotsPine |
SilverFir |
Spruce |
Modifier and Type | Method and Description |
---|---|
static AWSTree.AWSTreeSpecies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AWSTree.AWSTreeSpecies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSTree.AWSTreeSpecies Spruce
public static final AWSTree.AWSTreeSpecies SilverFir
public static final AWSTree.AWSTreeSpecies DouglasFir
public static final AWSTree.AWSTreeSpecies ScotsPine
public static final AWSTree.AWSTreeSpecies EuropeanLarch
public static final AWSTree.AWSTreeSpecies JapanLarch
public static final AWSTree.AWSTreeSpecies Oak
public static final AWSTree.AWSTreeSpecies Beech
public static AWSTree.AWSTreeSpecies[] values()
for (AWSTree.AWSTreeSpecies c : AWSTree.AWSTreeSpecies.values()) System.out.println(c);
public static AWSTree.AWSTreeSpecies valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null