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