js.dev.cam.sbig
Class SetDriverControlParams

java.lang.Object
  extended by js.dev.Params
      extended by js.dev.cam.sbig.SetDriverControlParams
All Implemented Interfaces:
java.io.Serializable

public class SetDriverControlParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SetDriverControlParams()
          Constructor.
 
Method Summary
 DRIVER_CONTROL_PARAM getControlParameter()
           
 long getControlValue()
           
static long getSerialVersionUID()
           
 void setControlParameter(DRIVER_CONTROL_PARAM controlParameter)
           
 void setControlValue(long controlValue)
           
 void setControlValueToFalse()
          This method sets the controlValue field to zero.
 void setControlValueToTrue()
          This method sets the controlValue field to one.
 
Methods inherited from class js.dev.Params
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetDriverControlParams

public SetDriverControlParams()
Constructor.

Method Detail

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.