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,- 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 withWarningseverity.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class csw.alarm.models.AlarmSeverityAlarmSeverity.Critical$, AlarmSeverity.Indeterminate$, AlarmSeverity.Major$, AlarmSeverity.Okay$, AlarmSeverity.Warning$
 - 
Nested classes/interfaces inherited from class csw.alarm.models.FullAlarmSeverityFullAlarmSeverity.Disconnected$
 - 
Nested classes/interfaces inherited from interface enumeratum.EnumEntryenumeratum.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 SummaryFields Modifier and Type Field Description static AlarmSeverity.Warning$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Warning$()
 - 
Method Summary- 
Methods inherited from class csw.alarm.models.AlarmSeverityenumeratum$Enum$$existingEntriesString, findValues, indexOf, level, lowerCaseNamesToValuesMap, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
 - 
Methods inherited from class csw.alarm.models.FullAlarmSeveritymax, name
 - 
Methods inherited from class java.lang.Objectclone, 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.
 
- 
 
-