public static enum TimelineScenario.TimelineScenarioState extends Enum<TimelineScenario.TimelineScenarioState>
Modifier and Type | Method and Description |
---|---|
static TimelineScenario.TimelineScenarioState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineScenario.TimelineScenarioState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimelineScenario.TimelineScenarioState DONE
public static final TimelineScenario.TimelineScenarioState PLAYING
public static final TimelineScenario.TimelineScenarioState IDLE
public static final TimelineScenario.TimelineScenarioState SUSPENDED
public static TimelineScenario.TimelineScenarioState[] values()
for (TimelineScenario.TimelineScenarioState c : TimelineScenario.TimelineScenarioState.values()) System.out.println(c);
public static TimelineScenario.TimelineScenarioState 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