Package csw.alarm.models
Class AlarmHealth$
java.lang.Object
csw.alarm.models.AlarmHealth$
- All Implemented Interfaces:
enumeratum.Enum<AlarmHealth>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AlarmHealth$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
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 ofAlarmHealthe.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, waitMethods 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:
namesToValuesMapin interfaceenumeratum.Enum<AlarmHealth>
-
lowerCaseNamesToValuesMap
- Specified by:
lowerCaseNamesToValuesMapin interfaceenumeratum.Enum<AlarmHealth>
-
upperCaseNameValuesToMap
- Specified by:
upperCaseNameValuesToMapin interfaceenumeratum.Enum<AlarmHealth>
-
valuesToIndex
- Specified by:
valuesToIndexin interfaceenumeratum.Enum<AlarmHealth>
-
values
Returns a collection ofAlarmHealthe.g Good, Ill or Bad- Specified by:
valuesin interfaceenumeratum.Enum<AlarmHealth>- Returns:
- (undocumented)
-
fromSeverity
-