Class KeyType$

java.lang.Object
csw.params.core.generics.KeyType$
All Implemented Interfaces:
enumeratum.Enum<KeyType<?>>, Serializable

public class KeyType$ extends Object implements enumeratum.Enum<KeyType<?>>, Serializable
KeyTypes defined for consumption in Scala code
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final KeyType$
    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,KeyType<?>>
     
    scala.collection.immutable.Map<String,KeyType<?>>
     
    final scala.collection.immutable.Map<String,KeyType<?>>
     
    scala.collection.immutable.IndexedSeq<KeyType<?>>
    values return a Seq of all KeyTypes provided by csw-messages
    final scala.collection.immutable.Map<KeyType<?>,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 KeyType$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • KeyType$

      public KeyType$()
  • Method Details

    • namesToValuesMap

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

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

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

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

      public scala.collection.immutable.IndexedSeq<KeyType<?>> values()
      values return a Seq of all KeyTypes provided by csw-messages
      Specified by:
      values in interface enumeratum.Enum<KeyType<?>>
      Returns:
      (undocumented)