public enum ChillerPlcAlert extends Enum<ChillerPlcAlert>
| Enum Constant and Description |
|---|
BD_RETURN_ERROR |
BD_RETURN_WARN |
BD_SUPPLY_ERROR |
BD_SUPPLY_WARN |
EXT_EMO |
NO_PERMIT |
PLC_NOT_ALIVE
Chiller PLC is unresponsive or has error conditions
|
SMOKE_DETC |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getDescription() |
String |
getId() |
static ChillerPlcAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChillerPlcAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChillerPlcAlert PLC_NOT_ALIVE
public static final ChillerPlcAlert SMOKE_DETC
public static final ChillerPlcAlert NO_PERMIT
public static final ChillerPlcAlert EXT_EMO
public static final ChillerPlcAlert BD_SUPPLY_ERROR
public static final ChillerPlcAlert BD_RETURN_ERROR
public static final ChillerPlcAlert BD_SUPPLY_WARN
public static final ChillerPlcAlert BD_RETURN_WARN
public static ChillerPlcAlert[] values()
for (ChillerPlcAlert c : ChillerPlcAlert.values()) System.out.println(c);
public static ChillerPlcAlert 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 getAlert()
Copyright © 2023 LSST. All rights reserved.