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

Packages that use MF_MODEL_SELECT
js.dev.cam.sbig   
 

Uses of MF_MODEL_SELECT in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return MF_MODEL_SELECT
 MF_MODEL_SELECT MfResults.getMfModel()
           
 MF_MODEL_SELECT MfParams.getMfModel()
           
static MF_MODEL_SELECT MF_MODEL_SELECT.getMfModelSelect(int value)
           
static MF_MODEL_SELECT MF_MODEL_SELECT.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MF_MODEL_SELECT[] MF_MODEL_SELECT.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 MF_MODEL_SELECT
 void MfResults.setMfModel(MF_MODEL_SELECT mfModel)
           
 void MfParams.setMfModel(MF_MODEL_SELECT mfModel)
           
 

Constructors in js.dev.cam.sbig with parameters of type MF_MODEL_SELECT
MfParams(MF_MODEL_SELECT model, MF_COMMAND command, long param1, long param2, short[] out, short[] in)
          Constructor.