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