public static enum XWalkNavigationHistory.Direction extends java.lang.Enum<XWalkNavigationHistory.Direction>
Enum Constant and Description |
---|
BACKWARD
The backward direction for web page navigation.
|
FORWARD
The forward direction for web page navigation.
|
Modifier and Type | Method and Description |
---|---|
static XWalkNavigationHistory.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XWalkNavigationHistory.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XWalkNavigationHistory.Direction BACKWARD
public static final XWalkNavigationHistory.Direction FORWARD
public static XWalkNavigationHistory.Direction[] values()
for (XWalkNavigationHistory.Direction c : XWalkNavigationHistory.Direction.values()) System.out.println(c);
public static XWalkNavigationHistory.Direction 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 null