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