|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StrandedLocatedSequenceAnnotationWithLength.Strand>
de.jstacs.data.sequences.annotation.StrandedLocatedSequenceAnnotationWithLength.Strand
public static enum StrandedLocatedSequenceAnnotationWithLength.Strand
This enum defines possible orientations on the strands.
Enum Constant Summary | |
---|---|
FORWARD
The annotation is located on the forward strand. |
|
REVERSE
The annotation is located on the reverse strand. |
|
UNKNOWN
The orientation of the annotation is not known. |
Method Summary | |
---|---|
String |
strandedness()
Returns the strandedness, i.e. the orientation on the strand of the sequence as a String . |
static StrandedLocatedSequenceAnnotationWithLength.Strand |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StrandedLocatedSequenceAnnotationWithLength.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 |
---|
clone, compareTo, equals, finalize, 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 StrandedLocatedSequenceAnnotationWithLength.Strand FORWARD
public static final StrandedLocatedSequenceAnnotationWithLength.Strand REVERSE
public static final StrandedLocatedSequenceAnnotationWithLength.Strand UNKNOWN
Method Detail |
---|
public static StrandedLocatedSequenceAnnotationWithLength.Strand[] values()
for (StrandedLocatedSequenceAnnotationWithLength.Strand c : StrandedLocatedSequenceAnnotationWithLength.Strand.values()) System.out.println(c);
public static StrandedLocatedSequenceAnnotationWithLength.Strand valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String strandedness()
String
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |