public static enum Alignments.ProfileProfileAlignerType extends Enum<Alignments.ProfileProfileAlignerType>
| Enum Constant and Description | 
|---|
GLOBAL  | 
GLOBAL_CONSENSUS  | 
GLOBAL_LINEAR_SPACE  | 
LOCAL  | 
LOCAL_CONSENSUS  | 
LOCAL_LINEAR_SPACE  | 
| Modifier and Type | Method and Description | 
|---|---|
static Alignments.ProfileProfileAlignerType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Alignments.ProfileProfileAlignerType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Alignments.ProfileProfileAlignerType GLOBAL
public static final Alignments.ProfileProfileAlignerType GLOBAL_LINEAR_SPACE
public static final Alignments.ProfileProfileAlignerType GLOBAL_CONSENSUS
public static final Alignments.ProfileProfileAlignerType LOCAL
public static final Alignments.ProfileProfileAlignerType LOCAL_LINEAR_SPACE
public static final Alignments.ProfileProfileAlignerType LOCAL_CONSENSUS
public static Alignments.ProfileProfileAlignerType[] values()
for (Alignments.ProfileProfileAlignerType c : Alignments.ProfileProfileAlignerType.values()) System.out.println(c);
public static Alignments.ProfileProfileAlignerType 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–2017 BioJava. All rights reserved.