public static enum AWSTree.TreeVariable extends java.lang.Enum<AWSTree.TreeVariable>
Enum Constant and Description |
---|
Species |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
cast(java.lang.Object obj) |
static AWSTree.TreeVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AWSTree.TreeVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSTree.TreeVariable Species
public static AWSTree.TreeVariable[] values()
for (AWSTree.TreeVariable c : AWSTree.TreeVariable.values()) System.out.println(c);
public static AWSTree.TreeVariable 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 nullpublic java.lang.Object cast(java.lang.Object obj) throws java.lang.Exception
java.lang.Exception