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