public static enum NavigationControl.ElementType extends java.lang.Enum<NavigationControl.ElementType>
Enum Constant and Description |
---|
FIRST_ELEMENT |
LAST_ELEMENT |
NEXT_ELEMENT |
PREVIOUS_ELEMENT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static NavigationControl.ElementType |
parse(java.lang.String s) |
static NavigationControl.ElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NavigationControl.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationControl.ElementType FIRST_ELEMENT
public static final NavigationControl.ElementType PREVIOUS_ELEMENT
public static final NavigationControl.ElementType NEXT_ELEMENT
public static final NavigationControl.ElementType LAST_ELEMENT
public static NavigationControl.ElementType[] values()
for (NavigationControl.ElementType c : NavigationControl.ElementType.values()) System.out.println(c);
public static NavigationControl.ElementType 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 nullpublic java.lang.String getName()
public static NavigationControl.ElementType parse(java.lang.String s)