Uses of Class
js.dev.cam.sbig.BITIO_OPERATION

Packages that use BITIO_OPERATION
js.dev.cam.sbig   
 

Uses of BITIO_OPERATION in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return BITIO_OPERATION
static BITIO_OPERATION BITIO_OPERATION.getBitIoOperation(int value)
          The getBitIoOperation returns the BITIO_OPERATION enum.
 BITIO_OPERATION BitIoParams.getBitOperation()
           
static BITIO_OPERATION BITIO_OPERATION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BITIO_OPERATION[] BITIO_OPERATION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev.cam.sbig with parameters of type BITIO_OPERATION
 void BitIoParams.setBitOperation(BITIO_OPERATION bitOperation)