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