public enum RelayAlert extends Enum<RelayAlert>
| Enum Constant and Description |
|---|
RELAY_DIRN_BAD
Vacuum gauge has incorrect settings
|
RELAY_NOT_ENAB |
RELAY_TRIP_BAD |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert(String gauge,
int relay) |
static RelayAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelayAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelayAlert RELAY_DIRN_BAD
public static final RelayAlert RELAY_NOT_ENAB
public static final RelayAlert RELAY_TRIP_BAD
public static RelayAlert[] values()
for (RelayAlert c : RelayAlert.values()) System.out.println(c);
public static RelayAlert 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 getAlert(String gauge, int relay)
Copyright © 2024 LSST. All rights reserved.