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

Packages that use BITIO_NAME
js.dev.cam.sbig   
 

Uses of BITIO_NAME in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return BITIO_NAME
static BITIO_NAME BITIO_NAME.getBitIoName(int value)
          The getBitIoName returns the BITIO_NAME enum.
 BITIO_NAME BitIoParams.getBitName()
           
static BITIO_NAME BITIO_NAME.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BITIO_NAME[] BITIO_NAME.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_NAME
 void BitIoParams.setBitName(BITIO_NAME bitName)