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