public static enum Shutter.ShutterReadinessState extends Enum<Shutter.ShutterReadinessState>
| Enum Constant and Description |
|---|
GETTING_READY |
NOT_READY |
READY |
| Modifier and Type | Method and Description |
|---|---|
static Shutter.ShutterReadinessState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shutter.ShutterReadinessState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Shutter.ShutterReadinessState NOT_READY
public static final Shutter.ShutterReadinessState READY
public static final Shutter.ShutterReadinessState GETTING_READY
public static Shutter.ShutterReadinessState[] values()
for (Shutter.ShutterReadinessState c : Shutter.ShutterReadinessState.values()) System.out.println(c);
public static Shutter.ShutterReadinessState 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 LSST. All rights reserved.