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