|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DaqCmdParam
Daq Commands consist of a command name and a number of parameters. When the execute method is called on the command object, each DaqCmdParam owned by the DaqCmd has its getExecString() method called, which should return a string to be appended to the executed command.
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getExecString()
|
boolean |
isEnabled()
Returns true if this parameter is enabled. |
boolean |
isUnaltered()
|
void |
reset()
Reinitialise the paramter, and reenable it. |
void |
setEnabled(boolean enabled)
Call this passing in false if you want the parameter to be ignored. |
void |
setOff()
Sets this parameter to be its default value. |
void |
setOn()
Sets this parameter to be its non-default value. |
Method Detail |
---|
java.lang.String getExecString()
boolean isUnaltered()
void reset()
void setOn()
void setOff()
boolean isEnabled()
void setEnabled(boolean enabled)
enabled
- java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |