public static enum Run.TimerTaskState extends Enum<Run.TimerTaskState>
| Enum Constant and Description |
|---|
CANCELLED |
EXCEPTION |
RUNNING |
SCHEDULED |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static Run.TimerTaskState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Run.TimerTaskState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Run.TimerTaskState SCHEDULED
public static final Run.TimerTaskState RUNNING
public static final Run.TimerTaskState SUCCESS
public static final Run.TimerTaskState EXCEPTION
public static final Run.TimerTaskState CANCELLED
public static Run.TimerTaskState[] values()
for (Run.TimerTaskState c : Run.TimerTaskState.values()) System.out.println(c);
public static Run.TimerTaskState 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 nullCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.