Class AlarmSeverity.Major$

All Implemented Interfaces:
enumeratum.EnumEntry, Serializable, scala.Equals, scala.Product
Enclosing class:
AlarmSeverity

public static class AlarmSeverity.Major$ extends AlarmSeverity implements scala.Product, Serializable
Represents the major state of an alarm for e.g the operator needs to respond to a major alarm within 30 to 60 minutes. It can be safely assumed that major kind of alarms won't affect the observation operation but it may affect the performance of the same.
See Also:
  • Field Details

    • MODULE$

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

    • Major$

      public Major$()