public static enum ObjectRootsView.Action extends Enum<ObjectRootsView.Action>
Enum Constant and Description |
---|
HIDDEN |
OBJECT_SELECTED |
VISIBLE |
Modifier and Type | Method and Description |
---|---|
static ObjectRootsView.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRootsView.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectRootsView.Action VISIBLE
public static final ObjectRootsView.Action HIDDEN
public static final ObjectRootsView.Action OBJECT_SELECTED
public static ObjectRootsView.Action[] values()
for (ObjectRootsView.Action c : ObjectRootsView.Action.values()) System.out.println(c);
public static ObjectRootsView.Action 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 © 2013. All Rights Reserved.