public enum RebPowerAlertType extends Enum<RebPowerAlertType>
| Enum Constant and Description |
|---|
EMERGENCY_ACTION_FAILED
Alert raised when emergency actions fail.
|
HVBIAS_CURRENT_TOO_HIGH
Alert raised when the HVBias Current is High.
|
HVBIAS_VOLTAGE_TOO_HIGH
Alert raised when the HVBias Voltage is high.
|
REB_PS_BOARD_TEMPERATURE_TOO_HIGH
Alert raised when a RebPs Board temperature is too high.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertId() |
String |
getDescription() |
static RebPowerAlertType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebPowerAlertType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RebPowerAlertType HVBIAS_CURRENT_TOO_HIGH
public static final RebPowerAlertType HVBIAS_VOLTAGE_TOO_HIGH
public static final RebPowerAlertType EMERGENCY_ACTION_FAILED
public static final RebPowerAlertType REB_PS_BOARD_TEMPERATURE_TOO_HIGH
public static RebPowerAlertType[] values()
for (RebPowerAlertType c : RebPowerAlertType.values()) System.out.println(c);
public static RebPowerAlertType 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 getAlertId()
public String getDescription()
Copyright © 2024 LSST. All rights reserved.