public static enum CanovaSequencePairDataSetFunction.AlignmentMode extends Enum<CanovaSequencePairDataSetFunction.AlignmentMode>
| Enum Constant and Description |
|---|
ALIGN_END |
ALIGN_START |
EQUAL_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static CanovaSequencePairDataSetFunction.AlignmentMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanovaSequencePairDataSetFunction.AlignmentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CanovaSequencePairDataSetFunction.AlignmentMode EQUAL_LENGTH
public static final CanovaSequencePairDataSetFunction.AlignmentMode ALIGN_START
public static final CanovaSequencePairDataSetFunction.AlignmentMode ALIGN_END
public static CanovaSequencePairDataSetFunction.AlignmentMode[] values()
for (CanovaSequencePairDataSetFunction.AlignmentMode c : CanovaSequencePairDataSetFunction.AlignmentMode.values()) System.out.println(c);
public static CanovaSequencePairDataSetFunction.AlignmentMode 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 © 2016. All Rights Reserved.