public static enum FillIndelsIntoConsensus.INDEL_MERGE_RULE extends Enum<FillIndelsIntoConsensus.INDEL_MERGE_RULE>
| Enum Constant and Description |
|---|
longestIndel |
mostCommonHaplotype |
mostCommonHaplotypesAsHet |
reference |
setToN |
| Modifier and Type | Method and Description |
|---|---|
static FillIndelsIntoConsensus.INDEL_MERGE_RULE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillIndelsIntoConsensus.INDEL_MERGE_RULE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillIndelsIntoConsensus.INDEL_MERGE_RULE setToN
public static final FillIndelsIntoConsensus.INDEL_MERGE_RULE mostCommonHaplotype
public static final FillIndelsIntoConsensus.INDEL_MERGE_RULE mostCommonHaplotypesAsHet
public static final FillIndelsIntoConsensus.INDEL_MERGE_RULE reference
public static final FillIndelsIntoConsensus.INDEL_MERGE_RULE longestIndel
public static FillIndelsIntoConsensus.INDEL_MERGE_RULE[] values()
for (FillIndelsIntoConsensus.INDEL_MERGE_RULE c : FillIndelsIntoConsensus.INDEL_MERGE_RULE.values()) System.out.println(c);
public static FillIndelsIntoConsensus.INDEL_MERGE_RULE 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 © 2018. All rights reserved.