Class LocationServiceUsage$
java.lang.Object
csw.command.client.models.framework.LocationServiceUsage$
- All Implemented Interfaces:
enumeratum.Enum<LocationServiceUsage>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocationServiceUsage$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA Java helper representing DoNotRegister actionA Java helper representing RegisterAndTrackServices actionA Java helper representing RegisterOnly actionfinal scala.collection.immutable.Map<String,
LocationServiceUsage> scala.collection.immutable.Map<String,
LocationServiceUsage> final scala.collection.immutable.Map<String,
LocationServiceUsage> scala.collection.immutable.IndexedSeq<LocationServiceUsage>
values()
final scala.collection.immutable.Map<LocationServiceUsage,
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$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LocationServiceUsage$
public LocationServiceUsage$()
-
-
Method Details
-
namesToValuesMap
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<LocationServiceUsage>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<String,LocationServiceUsage> lowerCaseNamesToValuesMap()- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<LocationServiceUsage>
-
upperCaseNameValuesToMap
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<LocationServiceUsage>
-
valuesToIndex
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<LocationServiceUsage>
-
values
- Specified by:
values
in interfaceenumeratum.Enum<LocationServiceUsage>
-
JDoNotRegister
A Java helper representing DoNotRegister action- Returns:
- (undocumented)
-
JRegisterOnly
A Java helper representing RegisterOnly action- Returns:
- (undocumented)
-
JRegisterAndTrackServices
A Java helper representing RegisterAndTrackServices action- Returns:
- (undocumented)
-