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