protected static enum HaplotypeProbabilities.Genotype extends java.lang.Enum<HaplotypeProbabilities.Genotype>
Enum Constant and Description |
---|
HET_ALLELE12 |
HOM_ALLELE1 |
HOM_ALLELE2 |
Modifier and Type | Method and Description |
---|---|
static HaplotypeProbabilities.Genotype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HaplotypeProbabilities.Genotype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HaplotypeProbabilities.Genotype HOM_ALLELE1
public static final HaplotypeProbabilities.Genotype HET_ALLELE12
public static final HaplotypeProbabilities.Genotype HOM_ALLELE2
public static HaplotypeProbabilities.Genotype[] values()
for (HaplotypeProbabilities.Genotype c : HaplotypeProbabilities.Genotype.values()) System.out.println(c);
public static HaplotypeProbabilities.Genotype valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null