public static enum Alignments.RefinerType extends Enum<Alignments.RefinerType>
| Enum Constant and Description |
|---|
PARTITION_SINGLE |
PARTITION_SINGLE_ALL |
PARTITION_TREE |
PARTITION_TREE_ALL |
RESCORE_IDENTITIES |
RESCORE_SIMILARITIES |
| Modifier and Type | Method and Description |
|---|---|
static Alignments.RefinerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignments.RefinerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alignments.RefinerType PARTITION_SINGLE
public static final Alignments.RefinerType PARTITION_SINGLE_ALL
public static final Alignments.RefinerType PARTITION_TREE
public static final Alignments.RefinerType PARTITION_TREE_ALL
public static final Alignments.RefinerType RESCORE_IDENTITIES
public static final Alignments.RefinerType RESCORE_SIMILARITIES
public static Alignments.RefinerType[] values()
for (Alignments.RefinerType c : Alignments.RefinerType.values()) System.out.println(c);
public static Alignments.RefinerType 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–2019 BioJava. All rights reserved.