public interface ICommandParameters
CommandParameters
Modifier and Type | Method and Description |
---|---|
TriState |
getReadParameters()
Gets or sets a value indicating whether the command should include a list of supported parameters and their current values
|
TriState |
getResetParameters()
Gets or sets a value indicating whether the command should reset all its parameters to default values
|
TriState |
getTakeNoAction()
Gets or sets a value indicating whether the command primary action should not be performed
(e.g.
|
boolean |
implementsReadParameters()
Gets a value indicating whether the implementing command uses the ReadParameters property
|
boolean |
implementsResetParameters()
Gets a value indicating whether the implementing command uses the ResetParameters property
|
boolean |
implementsTakeNoAction()
Gets a value indicating whether the implementing command uses the TakeNoAction property
|
void |
setReadParameters(TriState value) |
void |
setResetParameters(TriState value) |
void |
setTakeNoAction(TriState value) |
boolean implementsReadParameters()
boolean implementsResetParameters()
boolean implementsTakeNoAction()
TriState getReadParameters()
void setReadParameters(TriState value)
TriState getResetParameters()
void setResetParameters(TriState value)
TriState getTakeNoAction()
void setTakeNoAction(TriState value)