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