public enum BlastTask extends Enum<BlastTask>
| Enum Constant and Description |
|---|
BlastN |
BlastNShort |
BlastP |
BlastPFast |
BlastPShort |
DCMegablast |
MegaBlast |
RMBlastN |
| Modifier and Type | Method and Description |
|---|---|
static BlastTask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlastTask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlastTask BlastN
public static final BlastTask BlastNShort
public static final BlastTask MegaBlast
public static final BlastTask DCMegablast
public static final BlastTask RMBlastN
public static final BlastTask BlastP
public static final BlastTask BlastPShort
public static final BlastTask BlastPFast
public static BlastTask[] values()
for (BlastTask c : BlastTask.values()) System.out.println(c);
public static BlastTask 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 © 2018. All rights reserved.