Package csw.location.models
Class ConnectionType$
- java.lang.Object
-
- csw.location.models.ConnectionType$
-
- All Implemented Interfaces:
enumeratum.Enum<ConnectionType>
,enumeratum.PlayJsonEnum<ConnectionType>
public class ConnectionType$ extends java.lang.Object implements enumeratum.Enum<ConnectionType>, enumeratum.PlayJsonEnum<ConnectionType>
-
-
Field Summary
Fields Modifier and Type Field Description static ConnectionType$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConnectionType$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description play.api.libs.json.Format<ConnectionType>
jsonFormat()
scala.collection.immutable.Map<java.lang.String,ConnectionType>
lowerCaseNamesToValuesMap()
scala.collection.immutable.Map<java.lang.String,ConnectionType>
namesToValuesMap()
scala.collection.immutable.Map<java.lang.String,ConnectionType>
upperCaseNameValuesToMap()
scala.collection.immutable.IndexedSeq<ConnectionType>
values()
Returns a sequence of all connection typesscala.collection.immutable.Map<ConnectionType,java.lang.Object>
valuesToIndex()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final ConnectionType$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
jsonFormat
public play.api.libs.json.Format<ConnectionType> jsonFormat()
- Specified by:
jsonFormat
in interfaceenumeratum.PlayJsonEnum<ConnectionType>
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,ConnectionType> namesToValuesMap()
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<ConnectionType>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,ConnectionType> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<ConnectionType>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,ConnectionType> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<ConnectionType>
-
valuesToIndex
public final scala.collection.immutable.Map<ConnectionType,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<ConnectionType>
-
values
public scala.collection.immutable.IndexedSeq<ConnectionType> values()
Returns a sequence of all connection types- Specified by:
values
in interfaceenumeratum.Enum<ConnectionType>
- Returns:
- (undocumented)
-
-