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