public static enum SelectTreeItemEvent.Destination extends Enum<SelectTreeItemEvent.Destination>
| Enum Constant and Description |
|---|
LEAF_PARENT
Leaf parent.
|
USER_INBOX
User inbox.
|
| Modifier and Type | Method and Description |
|---|---|
static SelectTreeItemEvent.Destination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectTreeItemEvent.Destination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectTreeItemEvent.Destination LEAF_PARENT
public static final SelectTreeItemEvent.Destination USER_INBOX
public static SelectTreeItemEvent.Destination[] values()
for (SelectTreeItemEvent.Destination c : SelectTreeItemEvent.Destination.values()) System.out.println(c);
public static SelectTreeItemEvent.Destination 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 © 2016 SAPERION AG. All rights reserved.