public enum BonnShutterAlerts extends Enum<BonnShutterAlerts>
| Enum Constant and Description |
|---|
GPIO_DRIVER |
SHUTTER_ERROR |
VOLTAGE |
WRONG_STATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
org.lsst.ccs.bus.data.Alert |
newAlert() |
static BonnShutterAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BonnShutterAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BonnShutterAlerts VOLTAGE
public static final BonnShutterAlerts WRONG_STATE
public static final BonnShutterAlerts SHUTTER_ERROR
public static final BonnShutterAlerts GPIO_DRIVER
public static BonnShutterAlerts[] values()
for (BonnShutterAlerts c : BonnShutterAlerts.values()) System.out.println(c);
public static BonnShutterAlerts 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 String getId()
public String getDescription()
public org.lsst.ccs.bus.data.Alert newAlert()
Copyright © 2024 LSST. All rights reserved.