Package csw.alarm.models
Class AlarmSeverity.Warning$
- java.lang.Object
-
- csw.alarm.models.FullAlarmSeverity
-
- csw.alarm.models.AlarmSeverity
-
- csw.alarm.models.AlarmSeverity.Warning$
-
- All Implemented Interfaces:
enumeratum.EnumEntry
,enumeratum.EnumEntry.Lowercase
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- AlarmSeverity
public static class AlarmSeverity.Warning$ extends AlarmSeverity implements scala.Product, java.io.Serializable
Represents the warning state of an alarm for e.g. the alarm is raised during the observation night and it is expected that day staff responds to it the following morning. It can be safely assumed that operation and performance of the observation is not impacted by alarm raised withWarning
severity.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.alarm.models.AlarmSeverity
AlarmSeverity.Critical$, AlarmSeverity.Indeterminate$, AlarmSeverity.Major$, AlarmSeverity.Okay$, AlarmSeverity.Warning$
-
Nested classes/interfaces inherited from class csw.alarm.models.FullAlarmSeverity
FullAlarmSeverity.Disconnected$
-
Nested classes/interfaces inherited from interface enumeratum.EnumEntry
enumeratum.EnumEntry.Camelcase, enumeratum.EnumEntry.CapitalDotcase, enumeratum.EnumEntry.CapitalHyphencase, enumeratum.EnumEntry.CapitalSnakecase, enumeratum.EnumEntry.CapitalWords, enumeratum.EnumEntry.Dotcase, enumeratum.EnumEntry.EnumEntryOps<A extends enumeratum.EnumEntry>, enumeratum.EnumEntry.EnumEntryOps$, enumeratum.EnumEntry.Hyphencase, enumeratum.EnumEntry.LowerCamelcase, enumeratum.EnumEntry.Lowercase, enumeratum.EnumEntry.Snakecase, enumeratum.EnumEntry.Uncapitalised, enumeratum.EnumEntry.Uppercase, enumeratum.EnumEntry.UpperDotcase, enumeratum.EnumEntry.UpperHyphencase, enumeratum.EnumEntry.UpperSnakecase, enumeratum.EnumEntry.UpperWords, enumeratum.EnumEntry.Words
-
-
Field Summary
Fields Modifier and Type Field Description static AlarmSeverity.Warning$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Warning$()
-
Method Summary
-
Methods inherited from class csw.alarm.models.AlarmSeverity
enumeratum$Enum$$existingEntriesString, findValues, indexOf, level, lowerCaseNamesToValuesMap, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameInsensitive, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyOption
-
Methods inherited from class csw.alarm.models.FullAlarmSeverity
max, name
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final AlarmSeverity.Warning$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-