StateVariable

csw.params.core.states.StateVariable
See theStateVariable companion object
sealed trait StateVariable extends CommandSerializable

Base trait for state variables

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

A name identifying the type of command, such as "setup", "observe". This is used in the JSON and toString output.

A name identifying the type of command, such as "setup", "observe". This is used in the JSON and toString output.

Attributes

Concrete methods

override def toString: String

A common toString method for all concrete implementation

A common toString method for all concrete implementation

Attributes

Returns

the string representation of command

Definition Classes
Any

Abstract fields

an optional initial set of items (keys with values)

an optional initial set of items (keys with values)

Attributes

val prefix: Prefix

identifies the target subsystem

identifies the target subsystem

Attributes

identifies the name of the state

identifies the name of the state

Attributes