Class LocationServiceUsage$
- java.lang.Object
-
- csw.command.client.models.framework.LocationServiceUsage$
-
- All Implemented Interfaces:
enumeratum.Enum<LocationServiceUsage>
public class LocationServiceUsage$ extends java.lang.Object implements enumeratum.Enum<LocationServiceUsage>
-
-
Field Summary
Fields Modifier and Type Field Description static LocationServiceUsage$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LocationServiceUsage$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationServiceUsageJDoNotRegister()A Java helper representing DoNotRegister actionLocationServiceUsageJRegisterAndTrackServices()A Java helper representing RegisterAndTrackServices actionLocationServiceUsageJRegisterOnly()A Java helper representing RegisterOnly actionscala.collection.immutable.Map<java.lang.String,LocationServiceUsage>lowerCaseNamesToValuesMap()scala.collection.immutable.Map<java.lang.String,LocationServiceUsage>namesToValuesMap()scala.collection.immutable.Map<java.lang.String,LocationServiceUsage>upperCaseNameValuesToMap()scala.collection.immutable.IndexedSeq<LocationServiceUsage>values()scala.collection.immutable.Map<LocationServiceUsage,java.lang.Object>valuesToIndex()-
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 Detail
-
MODULE$
public static final LocationServiceUsage$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,LocationServiceUsage> namesToValuesMap()
- Specified by:
namesToValuesMapin interfaceenumeratum.Enum<LocationServiceUsage>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,LocationServiceUsage> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMapin interfaceenumeratum.Enum<LocationServiceUsage>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,LocationServiceUsage> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMapin interfaceenumeratum.Enum<LocationServiceUsage>
-
valuesToIndex
public final scala.collection.immutable.Map<LocationServiceUsage,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndexin interfaceenumeratum.Enum<LocationServiceUsage>
-
values
public scala.collection.immutable.IndexedSeq<LocationServiceUsage> values()
- Specified by:
valuesin interfaceenumeratum.Enum<LocationServiceUsage>
-
JDoNotRegister
public LocationServiceUsage JDoNotRegister()
A Java helper representing DoNotRegister action- Returns:
- (undocumented)
-
JRegisterOnly
public LocationServiceUsage JRegisterOnly()
A Java helper representing RegisterOnly action- Returns:
- (undocumented)
-
JRegisterAndTrackServices
public LocationServiceUsage JRegisterAndTrackServices()
A Java helper representing RegisterAndTrackServices action- Returns:
- (undocumented)
-
-