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