Package csw.alarm.models
Class AlarmHealth.Ill$
- java.lang.Object
- 
- csw.alarm.models.AlarmHealth
- 
- csw.alarm.models.AlarmHealth.Ill$
 
 
- 
- All Implemented Interfaces:
- enumeratum.EnumEntry,- enumeratum.EnumEntry.Lowercase,- java.io.Serializable,- scala.Equals,- scala.Product
 - Enclosing class:
- AlarmHealth
 
 public static class AlarmHealth.Ill$ extends AlarmHealth implements scala.Product, java.io.Serializable Represents health of an alarm/component/subsystem/system if at-least one alarm is Major- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class csw.alarm.models.AlarmHealthAlarmHealth.Bad$, AlarmHealth.Good$, AlarmHealth.Ill$
 - 
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 AlarmHealth.Ill$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Ill$()
 - 
Method Summary- 
Methods inherited from class csw.alarm.models.AlarmHealthenumeratum$Enum$$existingEntriesString, findValues, fromSeverity, indexOf, lowerCaseNamesToValuesMap, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final AlarmHealth.Ill$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-