Class ShelveStatus.Unshelved$

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

public static class ShelveStatus.Unshelved$ extends ShelveStatus implements scala.Product, Serializable
Represents the normal(unshelved) status of an alarm. By default all the alarms are loaded in alarm store with Unshelved status.

See Also:
  • Field Details

    • MODULE$

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

    • Unshelved$

      public Unshelved$()