public enum VacuumAlert extends Enum<VacuumAlert>
| Enum Constant and Description |
|---|
CRYO_GATE_CANNOT_OPEN |
CRYO_GATE_CLOSED |
CRYO_GATE_FORCED_SHUT |
CRYO_ION_PUMPS_STOPPED |
CRYO_TURBO_PUMP_BAD |
CRYO_TURBO_PUMP_STOPPED |
CRYO_VACUUM_BAD |
HX_GATE_CANNOT_OPEN |
HX_GATE_FORCED_SHUT |
HX_TURBO_PUMP_BAD |
HX_VACUUM_BAD |
VACUUM_PLC_NOT_ALIVE
Vacuum PLC is unresponsive or has error conditions
|
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getDescription() |
String |
getId() |
static VacuumAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VacuumAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VacuumAlert VACUUM_PLC_NOT_ALIVE
public static final VacuumAlert CRYO_VACUUM_BAD
public static final VacuumAlert CRYO_GATE_FORCED_SHUT
public static final VacuumAlert CRYO_GATE_CANNOT_OPEN
public static final VacuumAlert CRYO_TURBO_PUMP_BAD
public static final VacuumAlert HX_VACUUM_BAD
public static final VacuumAlert HX_GATE_FORCED_SHUT
public static final VacuumAlert HX_GATE_CANNOT_OPEN
public static final VacuumAlert HX_TURBO_PUMP_BAD
public static final VacuumAlert CRYO_TURBO_PUMP_STOPPED
public static final VacuumAlert CRYO_ION_PUMPS_STOPPED
public static final VacuumAlert CRYO_GATE_CLOSED
public static VacuumAlert[] values()
for (VacuumAlert c : VacuumAlert.values()) System.out.println(c);
public static VacuumAlert 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.