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