Enum Class FocalPlaneAlertType
- All Implemented Interfaces:
Serializable,Comparable<FocalPlaneAlertType>,java.lang.constant.Constable
Focal Plane Alerts Alerts.
- Author:
- The LSST CCS Team
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlert raised when the ASPICs temperature is too hot.Alert raised when the ASPICs temperature is too hot.Alert raised when the Reb Board temperature is too hot.Alert raised when the Reb Board temperature is too low. -
Method Summary
Modifier and TypeMethodDescriptionstatic FocalPlaneAlertTypeReturns the enum constant of this class with the specified name.static FocalPlaneAlertType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getAlertId
-
getDescription
-