public static enum SequencerSimulation.State extends Enum<SequencerSimulation.State>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
static SequencerSimulation.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequencerSimulation.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequencerSimulation.State STOPPED
public static final SequencerSimulation.State RUNNING
public static final SequencerSimulation.State LOOPING
public static final SequencerSimulation.State ERROR
public static SequencerSimulation.State[] values()
for (SequencerSimulation.State c : SequencerSimulation.State.values()) System.out.println(c);
public static SequencerSimulation.State 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 nullpublic boolean isRunning()
Copyright © 2020 LSST. All rights reserved.