Package csw.params.core.models
Class Units$
- java.lang.Object
- 
- csw.params.core.models.Units$
 
- 
- 
Constructor SummaryConstructors Constructor Description Units$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description play.api.libs.json.Format<Units>jsonFormat()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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final Units$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
jsonFormatpublic play.api.libs.json.Format<Units> jsonFormat() - Specified by:
- jsonFormatin interface- enumeratum.PlayJsonEnum<Units>
 
 - 
namesToValuesMappublic scala.collection.immutable.Map<java.lang.String,Units> namesToValuesMap() - Specified by:
- namesToValuesMapin interface- enumeratum.Enum<Units>
 
 - 
lowerCaseNamesToValuesMappublic final scala.collection.immutable.Map<java.lang.String,Units> lowerCaseNamesToValuesMap() - Specified by:
- lowerCaseNamesToValuesMapin interface- enumeratum.Enum<Units>
 
 - 
upperCaseNameValuesToMappublic final scala.collection.immutable.Map<java.lang.String,Units> upperCaseNameValuesToMap() - Specified by:
- upperCaseNameValuesToMapin interface- enumeratum.Enum<Units>
 
 - 
valuesToIndexpublic final scala.collection.immutable.Map<Units,java.lang.Object> valuesToIndex() - Specified by:
- valuesToIndexin interface- enumeratum.Enum<Units>
 
 
- 
 
-