Class TYP$

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final TYP$
    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,TYP>
     
    scala.collection.immutable.Map<String,TYP>
     
    final scala.collection.immutable.Map<String,TYP>
     
    scala.collection.immutable.IndexedSeq<TYP>
     
    final scala.collection.immutable.Map<TYP,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 TYP$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TYP$

      public TYP$()
  • Method Details

    • namesToValuesMap

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

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

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

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

      public scala.collection.immutable.IndexedSeq<TYP> values()
      Specified by:
      values in interface enumeratum.Enum<TYP>