AlarmHealth

csw.alarm.models.AlarmHealth
See theAlarmHealth companion object
sealed abstract class AlarmHealth extends EnumEntry, Lowercase

Represent the health status e.g Good, Ill, Bad for an alarm/component/subsystem or whole system.

Attributes

Companion
object
Graph
Supertypes
trait Lowercase
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Bad
object Good
object Ill

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Lowercase

Value members

Inherited methods

override def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Definition Classes
Lowercase -> EnumEntry
Inherited from:
Lowercase