Package csw.alarm.models
Class AlarmSeverity.Indeterminate$
- java.lang.Object
-
- csw.alarm.models.FullAlarmSeverity
-
- csw.alarm.models.AlarmSeverity
-
- csw.alarm.models.AlarmSeverity.Indeterminate$
-
- All Implemented Interfaces:
enumeratum.EnumEntry
,enumeratum.EnumEntry.Lowercase
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- AlarmSeverity
public static class AlarmSeverity.Indeterminate$ extends AlarmSeverity implements scala.Product, java.io.Serializable
Represents the indeterminate state of an alarm, for e.g. hardware is not able to update the state regularly and hence component cannot determine the actual severity of the alarm.- 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.Indeterminate$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Indeterminate$()
-
Method Summary
-
Methods inherited from class csw.alarm.models.AlarmSeverity
enumeratum$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.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.Indeterminate$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-