public static enum NavuLeafList.WhereTo extends Enum<NavuLeafList.WhereTo>
Modifier and Type | Method and Description |
---|---|
static NavuLeafList.WhereTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavuLeafList.WhereTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavuLeafList.WhereTo FIRST
public static final NavuLeafList.WhereTo LAST
public static final NavuLeafList.WhereTo BEFORE
public static final NavuLeafList.WhereTo AFTER
public static NavuLeafList.WhereTo[] values()
for (NavuLeafList.WhereTo c : NavuLeafList.WhereTo.values()) System.out.println(c);
public static NavuLeafList.WhereTo 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 null