
public enum MpmAlert extends Enum<MpmAlert>
| Enum Constant and Description |
|---|
COLD_PLC_NOT_ALIVE |
COLD_TEMP_HIGH |
COLD_TEMP_LOW |
CRYO_PLC_NOT_ALIVE |
CRYO_TEMP_HIGH |
CRYO_TEMP_LOW |
CRYO_VACUUM_BAD |
HEX_VACUUM_BAD |
POWER_PLC_NOT_ALIVE
Vacuum PLC is unresponsive or has error conditions
|
UT_COOLANT_LEAK |
UT_LEAK_DETC_FAULT |
UT_SMOKE_DETC |
UT_SMOKE_DETC_FAULT |
UT_TEMP_HIGH |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getDescription() |
String |
getId() |
static MpmAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MpmAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MpmAlert POWER_PLC_NOT_ALIVE
public static final MpmAlert COLD_PLC_NOT_ALIVE
public static final MpmAlert CRYO_PLC_NOT_ALIVE
public static final MpmAlert COLD_TEMP_HIGH
public static final MpmAlert COLD_TEMP_LOW
public static final MpmAlert CRYO_TEMP_HIGH
public static final MpmAlert CRYO_TEMP_LOW
public static final MpmAlert CRYO_VACUUM_BAD
public static final MpmAlert HEX_VACUUM_BAD
public static final MpmAlert UT_TEMP_HIGH
public static final MpmAlert UT_COOLANT_LEAK
public static final MpmAlert UT_LEAK_DETC_FAULT
public static final MpmAlert UT_SMOKE_DETC
public static final MpmAlert UT_SMOKE_DETC_FAULT
public static MpmAlert[] values()
for (MpmAlert c : MpmAlert.values()) System.out.println(c);
public static MpmAlert 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 © 2020 LSST. All rights reserved.