js.dev.cam.sbig
Class BitIoParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.BitIoParams
- All Implemented Interfaces:
- java.io.Serializable
public class BitIoParams
- 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 |
BitIoParams
public BitIoParams()
- Constructor.
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.