Class LocationServiceUsage.RegisterAndTrackServices$
java.lang.Object
csw.command.client.models.framework.LocationServiceUsage
csw.command.client.models.framework.LocationServiceUsage.RegisterAndTrackServices$
- All Implemented Interfaces:
enumeratum.EnumEntry
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- LocationServiceUsage
public static class LocationServiceUsage.RegisterAndTrackServices$
extends LocationServiceUsage
implements scala.Product, Serializable
Represents the action to register with location service and track other components. Mostly this is used by
Sequencers and Assemblies.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class csw.command.client.models.framework.LocationServiceUsage
LocationServiceUsage.DoNotRegister$, LocationServiceUsage.RegisterAndTrackServices$, LocationServiceUsage.RegisterOnly$
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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocationServiceUsage.RegisterAndTrackServices$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Methods inherited from class csw.command.client.models.framework.LocationServiceUsage
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, findValues, indexOf, JDoNotRegister, JRegisterAndTrackServices, JRegisterOnly, lowerCaseNamesToValuesMap, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
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
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RegisterAndTrackServices$
public RegisterAndTrackServices$()
-