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