protected static enum AWSTreeImpl.TestTreeVariable extends java.lang.Enum<AWSTreeImpl.TestTreeVariable>
| Enum Constant and Description |
|---|
RegOffset |
RelativeDbh |
RelativeHDRatio |
| Modifier and Type | Method and Description |
|---|---|
static AWSTreeImpl.TestTreeVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AWSTreeImpl.TestTreeVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSTreeImpl.TestTreeVariable RelativeDbh
public static final AWSTreeImpl.TestTreeVariable RelativeHDRatio
public static final AWSTreeImpl.TestTreeVariable RegOffset
public static AWSTreeImpl.TestTreeVariable[] values()
for (AWSTreeImpl.TestTreeVariable c : AWSTreeImpl.TestTreeVariable.values()) System.out.println(c);
public static AWSTreeImpl.TestTreeVariable 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