Serializable, Comparable<RnaSeqMetricsCollector.StrandSpecificity>public static enum RnaSeqMetricsCollector.StrandSpecificity extends Enum<RnaSeqMetricsCollector.StrandSpecificity>
| Enum Constant | Description |
|---|---|
FIRST_READ_TRANSCRIPTION_STRAND |
|
NONE |
|
SECOND_READ_TRANSCRIPTION_STRAND |
| Modifier and Type | Method | Description |
|---|---|---|
static RnaSeqMetricsCollector.StrandSpecificity |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RnaSeqMetricsCollector.StrandSpecificity[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RnaSeqMetricsCollector.StrandSpecificity NONE
public static final RnaSeqMetricsCollector.StrandSpecificity FIRST_READ_TRANSCRIPTION_STRAND
public static final RnaSeqMetricsCollector.StrandSpecificity SECOND_READ_TRANSCRIPTION_STRAND
public static RnaSeqMetricsCollector.StrandSpecificity[] values()
for (RnaSeqMetricsCollector.StrandSpecificity c : RnaSeqMetricsCollector.StrandSpecificity.values()) System.out.println(c);
public static RnaSeqMetricsCollector.StrandSpecificity 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 null