public static enum Coordinate.Strand extends Enum<Coordinate.Strand> implements Serializable
Enum Constant and Description |
---|
FORWARD_STRAND |
REVERSE_STRAND |
Modifier and Type | Method and Description |
---|---|
static Coordinate.Strand |
strand(Integer i)
Static Strand provider returns FORWARD_STRAND for '+1'
and REVERSE_STRAND for '-1' - otherwise NULL
|
static Coordinate.Strand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coordinate.Strand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Coordinate.Strand FORWARD_STRAND
public static final Coordinate.Strand REVERSE_STRAND
public static Coordinate.Strand[] values()
for (Coordinate.Strand c : Coordinate.Strand.values()) System.out.println(c);
public static Coordinate.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 nameNullPointerException
- if the argument is nullpublic static Coordinate.Strand strand(Integer i)
i
- JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3