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