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