Uses of Class
edu.harvard.mgh.purcell.gPLINK2.PLINK_Import.ExitStatus

Packages that use PLINK_Import.ExitStatus
edu.harvard.mgh.purcell.gPLINK2   
 

Uses of PLINK_Import.ExitStatus in edu.harvard.mgh.purcell.gPLINK2
 

Fields in edu.harvard.mgh.purcell.gPLINK2 declared as PLINK_Import.ExitStatus
private  PLINK_Import.ExitStatus PLINK_Import.done
           
 

Methods in edu.harvard.mgh.purcell.gPLINK2 that return PLINK_Import.ExitStatus
static PLINK_Import.ExitStatus PLINK_Import.ExitStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PLINK_Import.ExitStatus[] PLINK_Import.ExitStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.