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