public enum VacuumAlert extends Enum<VacuumAlert>
| 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 CRYO_VAC_CC_STOPPED
public static final VacuumAlert CRYO_TURBO_CC_STOPPED
public static final VacuumAlert CRYO_FLINE_FORCED_CLOSED_BY_TURBO
public static final VacuumAlert CRYO_FLINE_FORCED_CLOSED_BY_GV
public static final VacuumAlert CRYO_FLINE_FORCED_CLOSED_BY_FLPRS
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 HX_VAC_CC_STOPPED
public static final VacuumAlert HX_TURBO_CC_STOPPED
public static final VacuumAlert HX_FLINE_FORCED_CLOSED_BY_TURBO
public static final VacuumAlert HX_FLINE_FORCED_CLOSED_BY_GV
public static final VacuumAlert HX_FLINE_FORCED_CLOSED_BY_FLPRS
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 final VacuumAlert HX_TURBO_PUMP_STOPPED
public static final VacuumAlert HX_ION_PUMPS_STOPPED
public static final VacuumAlert HX_GATE_CLOSED
public static final VacuumAlert REFRIG_NOT_PERMITTED
public static final VacuumAlert CRYO_GATE_POSN_ERROR
public static final VacuumAlert HX_GATE_POSN_ERROR
public static final VacuumAlert CRYO_GATE_IN_TRANSIT
public static final VacuumAlert HX_GATE_IN_TRANSIT
public static final VacuumAlert BOTH_PUMPING_VENTING
public static final VacuumAlert CRYO_VACUUM_HIGH
public static final VacuumAlert CRYO_TURBO_PUMP_FAIL
public static final VacuumAlert HX_TURBO_PUMP_FAIL
public static final VacuumAlert CRYO_TURBO_PUMP_POWER_HIGH
public static final VacuumAlert HX_TURBO_PUMP_POWER_HIGH
public static final VacuumAlert CRYO_TURBO_PUMP_TEMP_HIGH
public static final VacuumAlert HX_TURBO_PUMP_TEMP_HIGH
public static final VacuumAlert CRYO_FLINE_VAC_HIGH
public static final VacuumAlert HX_FLINE_VAC_HIGH
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 © 2024 LSST. All rights reserved.