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

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

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

Methods in edu.mayo.bsi.ngsportal.server that return GetOpts.OptType
static GetOpts.OptType GetOpts.OptType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GetOpts.OptType[] GetOpts.OptType.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.OptType
static void GetOpts.addOption(char shortOption, String longOption, GetOpts.ArgType argument, GetOpts.OptType required)