public static enum StateMetaData.State extends Enum<StateMetaData.State>
| Modifier and Type | Method and Description |
|---|---|
static StateMetaData.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMetaData.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StateMetaData.State STAMP
public static final StateMetaData.State START
public static final StateMetaData.State STOP
public static final StateMetaData.State PAUSE
public static final StateMetaData.State RESUME
public static StateMetaData.State[] values()
for (StateMetaData.State c : StateMetaData.State.values()) System.out.println(c);
public static StateMetaData.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 nullCopyright © 2023 LSST. All rights reserved.