public static enum StreetsideMainDialog.MODE extends Enum<StreetsideMainDialog.MODE>
Enum Constant and Description |
---|
NORMAL
Standard mode to view pictures.
|
WALK
Mode when in walk.
|
Modifier and Type | Method and Description |
---|---|
static StreetsideMainDialog.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreetsideMainDialog.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreetsideMainDialog.MODE NORMAL
public static final StreetsideMainDialog.MODE WALK
public static StreetsideMainDialog.MODE[] values()
for (StreetsideMainDialog.MODE c : StreetsideMainDialog.MODE.values()) System.out.println(c);
public static StreetsideMainDialog.MODE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null