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