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