Serializable
, Comparable<HaplotypeProbabilities.Genotype>
protected static enum HaplotypeProbabilities.Genotype extends Enum<HaplotypeProbabilities.Genotype>
Enum Constant | Description |
---|---|
HET_ALLELE12 |
|
HOM_ALLELE1 |
|
HOM_ALLELE2 |
Modifier and Type | Method | Description |
---|---|---|
static HaplotypeProbabilities.Genotype |
valueOf(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(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 null