public enum FocalPlaneAlertType extends Enum<FocalPlaneAlertType>
| Enum Constant and Description |
|---|
ASPICS_TEMPERATURE_TOO_HIGH
Alert raised when the ASPICs temperature is too hot.
|
ASPICS_TEMPERATURE_TOO_LOW
Alert raised when the ASPICs temperature is too hot.
|
REB_BOARD_TEMPERATURE_TOO_HIGH
Alert raised when the Reb Board temperature is too hot.
|
REB_BOARD_TEMPERATURE_TOO_LOW
Alert raised when the Reb Board temperature is too low.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertId() |
String |
getDescription() |
static FocalPlaneAlertType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FocalPlaneAlertType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FocalPlaneAlertType ASPICS_TEMPERATURE_TOO_HIGH
public static final FocalPlaneAlertType ASPICS_TEMPERATURE_TOO_LOW
public static final FocalPlaneAlertType REB_BOARD_TEMPERATURE_TOO_HIGH
public static final FocalPlaneAlertType REB_BOARD_TEMPERATURE_TOO_LOW
public static FocalPlaneAlertType[] values()
for (FocalPlaneAlertType c : FocalPlaneAlertType.values()) System.out.println(c);
public static FocalPlaneAlertType 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 © 2022 LSST. All rights reserved.