Package csw.alarm.models
Class AlarmHealth$
java.lang.Object
csw.alarm.models.AlarmHealth$
- All Implemented Interfaces:
enumeratum.Enum<AlarmHealth>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AlarmHealth$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromSeverity
(FullAlarmSeverity alarmSeverity) final scala.collection.immutable.Map<String,
AlarmHealth> scala.collection.immutable.Map<String,
AlarmHealth> final scala.collection.immutable.Map<String,
AlarmHealth> scala.collection.immutable.IndexedSeq<AlarmHealth>
values()
Returns a collection ofAlarmHealth
e.g Good, Ill or Badfinal scala.collection.immutable.Map<AlarmHealth,
Object> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface enumeratum.Enum
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AlarmHealth$
public AlarmHealth$()
-
-
Method Details
-
namesToValuesMap
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<AlarmHealth>
-
lowerCaseNamesToValuesMap
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<AlarmHealth>
-
upperCaseNameValuesToMap
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<AlarmHealth>
-
valuesToIndex
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<AlarmHealth>
-
values
Returns a collection ofAlarmHealth
e.g Good, Ill or Bad- Specified by:
values
in interfaceenumeratum.Enum<AlarmHealth>
- Returns:
- (undocumented)
-
fromSeverity
-