public enum ThermalAlert extends Enum<ThermalAlert>
| Enum Constant and Description |
|---|
COLD_COMP_OFF |
COLD_TEMP_HIGH |
COLD_TEMP_LOW |
CRYO_TEMP_LOW |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
org.lsst.ccs.bus.data.Alert |
newAlert() |
static ThermalAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThermalAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThermalAlert COLD_TEMP_HIGH
public static final ThermalAlert COLD_COMP_OFF
public static final ThermalAlert COLD_TEMP_LOW
public static final ThermalAlert CRYO_TEMP_LOW
public static ThermalAlert[] values()
for (ThermalAlert c : ThermalAlert.values()) System.out.println(c);
public static ThermalAlert 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 newAlert()
Copyright © 2023 LSST. All rights reserved.