public static enum Alignments.PairwiseSequenceAlignerType extends 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(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(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 nullCopyright © 2000–2016 BioJava. All rights reserved.