public enum ChillerAlerts extends Enum<ChillerAlerts>
| Enum Constant and Description |
|---|
CHILLER_ERR |
DEPARTED_SETPT |
FLOW_TIMEOUT |
TEMP_TIMEOUT |
| 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 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 © 2022 LSST. All rights reserved.