js.dev.cam.sbig
Class BitIoParams

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

public class BitIoParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BitIoParams()
          Constructor.
 
Method Summary
 BITIO_NAME getBitName()
           
 BITIO_OPERATION getBitOperation()
           
static long getSerialVersionUID()
           
 boolean isSetBit()
           
 void setBitName(BITIO_NAME bitName)
           
 void setBitOperation(BITIO_OPERATION bitOperation)
           
 void setMonitorStlPowerSupply()
          This method sets bitOperation and bitName fields.
 void setSetBit(boolean setBit)
           
 
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

BitIoParams

public BitIoParams()
Constructor.

Method Detail

setMonitorStlPowerSupply

public void setMonitorStlPowerSupply()
This method sets bitOperation and bitName fields.


getSerialVersionUID

public static final long getSerialVersionUID()
Returns:
the serialVersionUID.

getBitName

public final BITIO_NAME getBitName()
Returns:
the bitName.

setBitName

public void setBitName(BITIO_NAME bitName)
Parameters:
bitName - the bitName to set.

getBitOperation

public final BITIO_OPERATION getBitOperation()
Returns:
the bitOperation.

setBitOperation

public void setBitOperation(BITIO_OPERATION bitOperation)
Parameters:
bitOperation - the bitOperation to set.

isSetBit

public final boolean isSetBit()
Returns:
the setBit.

setSetBit

public void setSetBit(boolean setBit)
Parameters:
setBit - the setBit to set.