public static enum SelectionActionsBean.ShiftType extends Enum<SelectionActionsBean.ShiftType>
Modifier and Type | Method and Description |
---|---|
static SelectionActionsBean.ShiftType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionActionsBean.ShiftType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectionActionsBean.ShiftType FIRST
public static final SelectionActionsBean.ShiftType UP
public static final SelectionActionsBean.ShiftType DOWN
public static final SelectionActionsBean.ShiftType LAST
public static SelectionActionsBean.ShiftType[] values()
for (SelectionActionsBean.ShiftType c : SelectionActionsBean.ShiftType.values()) System.out.println(c);
public static SelectionActionsBean.ShiftType 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 © 2011 Nuxeo SA. All Rights Reserved.