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

Packages that use MF_STATUS
js.dev.cam.sbig   
 

Uses of MF_STATUS in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return MF_STATUS
 MF_STATUS MfResults.getMfStatus()
           
static MF_STATUS MF_STATUS.getMfStatus(int value)
           
static MF_STATUS MF_STATUS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MF_STATUS[] MF_STATUS.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_STATUS
 void MfResults.setMfStatus(MF_STATUS mfStatus)