Package csw.params.core.models
Class Units$
- java.lang.Object
-
- csw.params.core.models.Units$
-
-
Constructor Summary
Constructors Constructor Description Units$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,Units>
lowerCaseNamesToValuesMap()
scala.collection.immutable.Map<java.lang.String,Units>
namesToValuesMap()
scala.collection.immutable.Map<java.lang.String,Units>
upperCaseNameValuesToMap()
scala.collection.immutable.IndexedSeq<Units>
values()
A Seq of all values that are Unitsscala.collection.immutable.Map<Units,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, extraNamesToValuesMap, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
-
-
-
Field Detail
-
MODULE$
public static final Units$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,Units> namesToValuesMap()
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<Units>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,Units> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<Units>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,Units> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<Units>
-
valuesToIndex
public final scala.collection.immutable.Map<Units,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<Units>
-
-