public enum Module extends Enum<Module>
Module class.
Enum Constant and Description |
---|
GenericCommandRunner |
ParseVEPsVCF |
ProvisionFiles |
Modifier and Type | Method and Description |
---|---|
String |
getName()
getName.
|
static Module |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Module GenericCommandRunner
public static final Module ProvisionFiles
public static final Module ParseVEPsVCF
public static Module[] values()
for (Module c : Module.values()) System.out.println(c);
public static Module valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 SeqWare. All rights reserved.