ActivationStatus

csw.alarm.models.ActivationStatus
See theActivationStatus companion object
sealed abstract class ActivationStatus extends EnumEntry, Lowercase

Represents the activation status of an alarm. The activation status of an alarm is configured in the alarm config file. The activation status of an alarm does not change during it's lifespan.

Attributes

Companion
object
Graph
Supertypes
trait Lowercase
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Active
object Inactive

Members list

Value members

Concrete methods

def name: String

The name of ActivationStatus e.g. for Active status, the name will be represented as active

The name of ActivationStatus e.g. for Active status, the name will be represented as active

Attributes

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