public static enum SimulationClockControl.Status extends Enum<SimulationClockControl.Status>
| Enum Constant and Description |
|---|
CLEAR |
COMPLETE |
DELAYED |
PAUSED |
STOPPED |
| Modifier and Type | Method and Description |
|---|---|
static SimulationClockControl.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulationClockControl.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulationClockControl.Status CLEAR
public static final SimulationClockControl.Status COMPLETE
public static final SimulationClockControl.Status DELAYED
public static final SimulationClockControl.Status PAUSED
public static final SimulationClockControl.Status STOPPED
public static SimulationClockControl.Status[] values()
for (SimulationClockControl.Status c : SimulationClockControl.Status.values()) System.out.println(c);
public static SimulationClockControl.Status 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 © 2016 Power TAC. All Rights Reserved.