FullAlarmSeverity

csw.alarm.models.FullAlarmSeverity
See theFullAlarmSeverity companion object
sealed abstract class FullAlarmSeverity extends EnumEntry

Represents all the severities an alarm can have including Disconnected. The complete list of severities is Okay, Warning, Major, Indeterminate, Disconnected, Critical.

Value parameters

level

is a fundamental value in comparing severities

Attributes

Companion
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Critical
object Indeterminate
object Major
object Okay
object Warning
object Disconnected
Show all

Members list

Value members

Concrete methods

def name: String

The name of Severity e.g. for Major, the name will be represented as major

The name of Severity e.g. for Major, the name will be represented as major

Attributes

Inherited methods

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry

Concrete fields

val level: Int