Class LocationServiceUsage
java.lang.Object
csw.command.client.models.framework.LocationServiceUsage
- All Implemented Interfaces:
enumeratum.EnumEntry
- Direct Known Subclasses:
LocationServiceUsage.DoNotRegister$
,LocationServiceUsage.RegisterAndTrackServices$
,LocationServiceUsage.RegisterOnly$
Describes what action to take for a component on its boot-up regarding its registration with location service. This information
is read from the config file for the component and used by
csw-framework
while spawning it.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents the action to skip registration with location servicestatic class
Represents the action to register with location service and track other components.static class
Represents the action to register with location service.Nested classes/interfaces inherited from interface enumeratum.EnumEntry
enumeratum.EnumEntry.Camelcase, enumeratum.EnumEntry.CapitalDotcase, enumeratum.EnumEntry.CapitalHyphencase, enumeratum.EnumEntry.CapitalSnakecase, enumeratum.EnumEntry.CapitalWords, enumeratum.EnumEntry.Dotcase, enumeratum.EnumEntry.EnumEntryOps<A extends enumeratum.EnumEntry>, enumeratum.EnumEntry.EnumEntryOps$, enumeratum.EnumEntry.Hyphencase, enumeratum.EnumEntry.LowerCamelcase, enumeratum.EnumEntry.Lowercase, enumeratum.EnumEntry.Snakecase, enumeratum.EnumEntry.Uncapitalised, enumeratum.EnumEntry.Uppercase, enumeratum.EnumEntry.UpperDotcase, enumeratum.EnumEntry.UpperHyphencase, enumeratum.EnumEntry.UpperSnakecase, enumeratum.EnumEntry.UpperWords, enumeratum.EnumEntry.Words
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static scala.collection.immutable.Map<String,
A> protected static scala.collection.immutable.IndexedSeq<A>
static int
indexOf
(A member) static LocationServiceUsage
A Java helper representing DoNotRegister actionstatic LocationServiceUsage
A Java helper representing RegisterAndTrackServices actionstatic LocationServiceUsage
A Java helper representing RegisterOnly actionstatic final scala.collection.immutable.Map<String,
LocationServiceUsage> static scala.collection.immutable.Map<String,
LocationServiceUsage> static final scala.collection.immutable.Map<String,
LocationServiceUsage> static scala.collection.immutable.IndexedSeq<LocationServiceUsage>
values()
static final scala.collection.immutable.Map<LocationServiceUsage,
Object> static A
static scala.util.Either<enumeratum.NoSuchMember<A>,
A> withNameEither
(String name) static A
withNameInsensitive
(String name) static scala.util.Either<enumeratum.NoSuchMember<A>,
A> static scala.Option<A>
static A
withNameLowercaseOnly
(String name) static scala.util.Either<enumeratum.NoSuchMember<A>,
A> static scala.Option<A>
static scala.Option<A>
withNameOption
(String name) static A
withNameUppercaseOnly
(String name) static scala.util.Either<enumeratum.NoSuchMember<A>,
A> static scala.Option<A>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface enumeratum.EnumEntry
entryName, enumeratum$EnumEntry$$stableEntryName
-
Constructor Details
-
LocationServiceUsage
public LocationServiceUsage()
-
-
Method Details
-
namesToValuesMap
-
lowerCaseNamesToValuesMap
public static final scala.collection.immutable.Map<String,LocationServiceUsage> lowerCaseNamesToValuesMap() -
upperCaseNameValuesToMap
public static final scala.collection.immutable.Map<String,LocationServiceUsage> upperCaseNameValuesToMap() -
valuesToIndex
-
values
-
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)
-
extraNamesToValuesMap
-
withName
-
withNameOption
-
withNameEither
-
withNameInsensitive
-
withNameUppercaseOnly
-
withNameLowercaseOnly
-
withNameInsensitiveOption
-
withNameUppercaseOnlyOption
-
withNameLowercaseOnlyOption
-
withNameInsensitiveEither
public static scala.util.Either<enumeratum.NoSuchMember<A>,A> withNameInsensitiveEither(String name) -
withNameUppercaseOnlyEither
public static scala.util.Either<enumeratum.NoSuchMember<A>,A> withNameUppercaseOnlyEither(String name) -
withNameLowercaseOnlyEither
public static scala.util.Either<enumeratum.NoSuchMember<A>,A> withNameLowercaseOnlyEither(String name) -
indexOf
public static int indexOf(A member) -
findValues
protected static scala.collection.immutable.IndexedSeq<A> findValues() -
enumeratum$Enum$$existingEntriesString
-