public interface Command
Modifier and Type | Method and Description |
---|---|
CommandName |
commandName()
The name of command
|
java.util.Optional<ObsId> |
jMaybeObsId()
A Java helper to acsess optional obsId
|
scala.Option<ObsId> |
maybeObsId()
An optional obsId for command
|
scala.collection.immutable.Set<Parameter<?>> |
paramSet()
An optional initial set of parameters (keys with values)
|
ParameterSetType<?> |
paramType()
A helper to give access of public members of ParameterSetType
|
Id |
runId()
unique Id for command parameter set
|
Prefix |
source()
Prefix representing source of the command
|
java.lang.String |
toString()
A common toString method for all concrete implementation
|
java.lang.String |
typeName()
A name identifying the type of parameter set, such as "setup", "observe".
|
CommandName commandName()
java.util.Optional<ObsId> jMaybeObsId()
scala.Option<ObsId> maybeObsId()
scala.collection.immutable.Set<Parameter<?>> paramSet()
ParameterSetType<?> paramType()
Id runId()
Prefix source()
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String typeName()