js.dev.cam.sbig
Class SetDriverControlParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.SetDriverControlParams
- All Implemented Interfaces:
- java.io.Serializable
public class SetDriverControlParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetDriverControlParams
public SetDriverControlParams()
- Constructor.
setControlValueToTrue
public final void setControlValueToTrue()
- This method sets the controlValue field to one.
setControlValueToFalse
public final void setControlValueToFalse()
- This method sets the controlValue field to zero.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getControlParameter
public DRIVER_CONTROL_PARAM getControlParameter()
- Returns:
- the controlParameter.
setControlParameter
public void setControlParameter(DRIVER_CONTROL_PARAM controlParameter)
- Parameters:
controlParameter
- the controlParameter to set.
getControlValue
public long getControlValue()
- Returns:
- the controlValue.
setControlValue
public void setControlValue(long controlValue)
- Parameters:
controlValue
- the controlValue to set.