public static enum Scene.SwitchMnemonic extends Enum<Scene.SwitchMnemonic>
Feed.SwitchMnemonic
Enum Constant and Description |
---|
Dum
Designating a DummyScene.
|
G
Designating a geomap.
|
T
Designating a TriaxialPollMap.
|
V
Designating a votespace social scene.
|
Modifier and Type | Method and Description |
---|---|
abstract Hold |
emplace()
Constructs and emplaces the designated scene model, views and controllers.
|
static Scene.SwitchMnemonic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scene.SwitchMnemonic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scene.SwitchMnemonic Dum
public static final Scene.SwitchMnemonic G
public static final Scene.SwitchMnemonic T
public static final Scene.SwitchMnemonic V
public static Scene.SwitchMnemonic[] values()
for (Scene.SwitchMnemonic c : Scene.SwitchMnemonic.values()) System.out.println(c);
public static Scene.SwitchMnemonic 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