|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ClassificationAction.STRAND>
startup.ClassificationAction.STRAND
public static enum ClassificationAction.STRAND
Possible strands which should be evaluated by the classification models.
Enum Constant Summary | |
---|---|
BOTH
Both strands |
|
FORWARD
Forward strand only. |
|
REVERSE
Reverse strand only. |
Method Summary | |
---|---|
static ClassificationAction.STRAND |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClassificationAction.STRAND[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ClassificationAction.STRAND FORWARD
public static final ClassificationAction.STRAND REVERSE
public static final ClassificationAction.STRAND BOTH
Method Detail |
---|
public static ClassificationAction.STRAND[] values()
for (ClassificationAction.STRAND c : ClassificationAction.STRAND.values()) System.out.println(c);
public static ClassificationAction.STRAND valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |