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$

public abstract class LocationServiceUsage extends Object implements enumeratum.EnumEntry
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.
  • Constructor Details

    • LocationServiceUsage

      public LocationServiceUsage()
  • Method Details

    • namesToValuesMap

      public static scala.collection.immutable.Map<String,LocationServiceUsage> namesToValuesMap()
    • lowerCaseNamesToValuesMap

      public static final scala.collection.immutable.Map<String,LocationServiceUsage> lowerCaseNamesToValuesMap()
    • upperCaseNameValuesToMap

      public static final scala.collection.immutable.Map<String,LocationServiceUsage> upperCaseNameValuesToMap()
    • valuesToIndex

      public static final scala.collection.immutable.Map<LocationServiceUsage,Object> valuesToIndex()
    • values

      public static scala.collection.immutable.IndexedSeq<LocationServiceUsage> values()
    • JDoNotRegister

      public static LocationServiceUsage JDoNotRegister()
      A Java helper representing DoNotRegister action
      Returns:
      (undocumented)
    • JRegisterOnly

      public static LocationServiceUsage JRegisterOnly()
      A Java helper representing RegisterOnly action
      Returns:
      (undocumented)
    • JRegisterAndTrackServices

      public static LocationServiceUsage JRegisterAndTrackServices()
      A Java helper representing RegisterAndTrackServices action
      Returns:
      (undocumented)
    • extraNamesToValuesMap

      public static scala.collection.immutable.Map<String,A> extraNamesToValuesMap()
    • withName

      public static A withName(String name)
    • withNameOption

      public static scala.Option<A> withNameOption(String name)
    • withNameEither

      public static scala.util.Either<enumeratum.NoSuchMember<A>,A> withNameEither(String name)
    • withNameInsensitive

      public static A withNameInsensitive(String name)
    • withNameUppercaseOnly

      public static A withNameUppercaseOnly(String name)
    • withNameLowercaseOnly

      public static A withNameLowercaseOnly(String name)
    • withNameInsensitiveOption

      public static scala.Option<A> withNameInsensitiveOption(String name)
    • withNameUppercaseOnlyOption

      public static scala.Option<A> withNameUppercaseOnlyOption(String name)
    • withNameLowercaseOnlyOption

      public static scala.Option<A> withNameLowercaseOnlyOption(String name)
    • 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

      public static String enumeratum$Enum$$existingEntriesString()