Package csw.alarm.models
Class AlarmHealth$
- java.lang.Object
-
- csw.alarm.models.AlarmHealth$
-
- All Implemented Interfaces:
enumeratum.Enum<AlarmHealth>
public class AlarmHealth$ extends java.lang.Object implements enumeratum.Enum<AlarmHealth>
-
-
Field Summary
Fields Modifier and Type Field Description static AlarmHealth$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AlarmHealth$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlarmHealth
fromSeverity(FullAlarmSeverity alarmSeverity)
scala.collection.immutable.Map<java.lang.String,AlarmHealth>
lowerCaseNamesToValuesMap()
scala.collection.immutable.Map<java.lang.String,AlarmHealth>
namesToValuesMap()
scala.collection.immutable.Map<java.lang.String,AlarmHealth>
upperCaseNameValuesToMap()
scala.collection.immutable.IndexedSeq<AlarmHealth>
values()
Returns a collection ofAlarmHealth
e.g Good, Ill or Badscala.collection.immutable.Map<AlarmHealth,java.lang.Object>
valuesToIndex()
-
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, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
-
-
-
Field Detail
-
MODULE$
public static final AlarmHealth$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,AlarmHealth> namesToValuesMap()
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<AlarmHealth>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,AlarmHealth> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<AlarmHealth>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,AlarmHealth> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<AlarmHealth>
-
valuesToIndex
public final scala.collection.immutable.Map<AlarmHealth,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<AlarmHealth>
-
values
public scala.collection.immutable.IndexedSeq<AlarmHealth> values()
Returns a collection ofAlarmHealth
e.g Good, Ill or Bad- Specified by:
values
in interfaceenumeratum.Enum<AlarmHealth>
- Returns:
- (undocumented)
-
fromSeverity
public AlarmHealth fromSeverity(FullAlarmSeverity alarmSeverity)
-
-