org.biojava3.alignment
public static enum Alignments.PairwiseSequenceAlignerType extends java.lang.Enum<Alignments.PairwiseSequenceAlignerType>
Enum Constant and Description |
---|
GLOBAL |
GLOBAL_LINEAR_SPACE |
LOCAL |
LOCAL_LINEAR_SPACE |
Modifier and Type | Method and Description |
---|---|
static Alignments.PairwiseSequenceAlignerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Alignments.PairwiseSequenceAlignerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alignments.PairwiseSequenceAlignerType GLOBAL
public static final Alignments.PairwiseSequenceAlignerType GLOBAL_LINEAR_SPACE
public static final Alignments.PairwiseSequenceAlignerType LOCAL
public static final Alignments.PairwiseSequenceAlignerType LOCAL_LINEAR_SPACE
public static Alignments.PairwiseSequenceAlignerType[] values()
for (Alignments.PairwiseSequenceAlignerType c : Alignments.PairwiseSequenceAlignerType.values()) System.out.println(c);
public static Alignments.PairwiseSequenceAlignerType 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 namejava.lang.NullPointerException
- if the argument is null