Uses of Class
edu.mayo.bsi.ngsportal.server.GetOpts.ArgType

Packages that use GetOpts.ArgType
edu.mayo.bsi.ngsportal.server   
 

Uses of GetOpts.ArgType in edu.mayo.bsi.ngsportal.server
 

Methods in edu.mayo.bsi.ngsportal.server that return GetOpts.ArgType
static GetOpts.ArgType GetOpts.ArgType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GetOpts.ArgType[] GetOpts.ArgType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.mayo.bsi.ngsportal.server with parameters of type GetOpts.ArgType
static void GetOpts.addOption(char shortOption, String longOption, GetOpts.ArgType argument, GetOpts.OptType required)