Enum Class FocalPlaneAlertType

java.lang.Object
java.lang.Enum<FocalPlaneAlertType>
org.lsst.ccs.subsystem.focalplane.alerts.FocalPlaneAlertType
All Implemented Interfaces:
Serializable, Comparable<FocalPlaneAlertType>, java.lang.constant.Constable

public enum FocalPlaneAlertType extends Enum<FocalPlaneAlertType>
Focal Plane Alerts Alerts.
Author:
The LSST CCS Team
  • Enum Constant Details

    • ASPICS_TEMPERATURE_TOO_HIGH

      public static final FocalPlaneAlertType ASPICS_TEMPERATURE_TOO_HIGH
      Alert raised when the ASPICs temperature is too hot.
    • ASPICS_TEMPERATURE_TOO_LOW

      public static final FocalPlaneAlertType ASPICS_TEMPERATURE_TOO_LOW
      Alert raised when the ASPICs temperature is too hot.
    • REB_BOARD_TEMPERATURE_TOO_HIGH

      public static final FocalPlaneAlertType REB_BOARD_TEMPERATURE_TOO_HIGH
      Alert raised when the Reb Board temperature is too hot.
    • REB_BOARD_TEMPERATURE_TOO_LOW

      public static final FocalPlaneAlertType REB_BOARD_TEMPERATURE_TOO_LOW
      Alert raised when the Reb Board temperature is too low.
  • Method Details

    • values

      public static FocalPlaneAlertType[] 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

      public static FocalPlaneAlertType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getAlertId

      public String getAlertId()
    • getDescription

      public String getDescription()