public static enum Navigation.NavigationType extends java.lang.Enum<Navigation.NavigationType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static Navigation.NavigationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Navigation.NavigationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Navigation.NavigationType PAN
public static final Navigation.NavigationType ZOOM_IN
public static final Navigation.NavigationType ZOOM_OUT
public static Navigation.NavigationType[] values()
for (Navigation.NavigationType c : Navigation.NavigationType.values()) System.out.println(c);
public static Navigation.NavigationType 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 getValue()