Package csw.alarm.models
Class AlarmSeverity$
java.lang.Object
csw.alarm.models.AlarmSeverity$
- All Implemented Interfaces:
enumeratum.Enum<AlarmSeverity>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AlarmSeverity$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal scala.collection.immutable.Map<String,
AlarmSeverity> scala.collection.immutable.Map<String,
AlarmSeverity> final scala.collection.immutable.Map<String,
AlarmSeverity> scala.collection.immutable.IndexedSeq<AlarmSeverity>
values()
Returns a sequence of all alarm severity (except Disconnected)final scala.collection.immutable.Map<AlarmSeverity,
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
-
AlarmSeverity$
public AlarmSeverity$()
-
-
Method Details
-
namesToValuesMap
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<AlarmSeverity>
-
lowerCaseNamesToValuesMap
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<AlarmSeverity>
-
upperCaseNameValuesToMap
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<AlarmSeverity>
-
valuesToIndex
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<AlarmSeverity>
-
values
Returns a sequence of all alarm severity (except Disconnected)- Specified by:
values
in interfaceenumeratum.Enum<AlarmSeverity>
- Returns:
- (undocumented)
-