Class Units$

java.lang.Object
csw.params.core.models.Units$
All Implemented Interfaces:
enumeratum.Enum<Units>

public class Units$ extends Object implements enumeratum.Enum<Units>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Units$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final scala.collection.immutable.Map<String,Units>
     
    scala.collection.immutable.Map<String,Units>
     
    final scala.collection.immutable.Map<String,Units>
     
    scala.collection.immutable.IndexedSeq<Units>
    A Seq of all values that are Units
    final scala.collection.immutable.Map<Units,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$

      public static final Units$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Units$

      public Units$()
  • Method Details

    • namesToValuesMap

      public scala.collection.immutable.Map<String,Units> namesToValuesMap()
      Specified by:
      namesToValuesMap in interface enumeratum.Enum<Units>
    • lowerCaseNamesToValuesMap

      public final scala.collection.immutable.Map<String,Units> lowerCaseNamesToValuesMap()
      Specified by:
      lowerCaseNamesToValuesMap in interface enumeratum.Enum<Units>
    • upperCaseNameValuesToMap

      public final scala.collection.immutable.Map<String,Units> upperCaseNameValuesToMap()
      Specified by:
      upperCaseNameValuesToMap in interface enumeratum.Enum<Units>
    • valuesToIndex

      public final scala.collection.immutable.Map<Units,Object> valuesToIndex()
      Specified by:
      valuesToIndex in interface enumeratum.Enum<Units>
    • values

      public scala.collection.immutable.IndexedSeq<Units> values()
      A Seq of all values that are Units
      Specified by:
      values in interface enumeratum.Enum<Units>
      Returns:
      (undocumented)