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