Package | Description |
---|---|
htsjdk.tribble.annotation | |
htsjdk.tribble.bed |
Modifier and Type | Method and Description |
---|---|
static Strand |
Strand.toStrand(String encoding)
provide a way to take an encoding string, and produce a Strand
|
static Strand |
Strand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strand[] |
Strand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Strand |
SimpleBEDFeature.strand |
Modifier and Type | Method and Description |
---|---|
Strand |
SimpleBEDFeature.getStrand() |
Strand |
BEDFeature.getStrand() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBEDFeature.setStrand(Strand strand) |