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