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