Class ShelveStatus.Shelved$

java.lang.Object
csw.alarm.models.ShelveStatus
csw.alarm.models.ShelveStatus.Shelved$
All Implemented Interfaces:
enumeratum.EnumEntry, enumeratum.EnumEntry.Lowercase, Serializable, scala.Equals, scala.Product
Enclosing class:
ShelveStatus

public static class ShelveStatus.Shelved$ extends ShelveStatus implements scala.Product, Serializable
Represents the shelved status of an alarm. Once alarm is shelved no response would be needed in terms of acknowledgement, reset, etc.

See Also:
  • Field Details

    • MODULE$

      public static final ShelveStatus.Shelved$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Shelved$

      public Shelved$()