Class ShelveStatus.Unshelved$

  • All Implemented Interfaces:
    enumeratum.EnumEntry, enumeratum.EnumEntry.Lowercase, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    ShelveStatus

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

    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • Unshelved$

        public Unshelved$()