public enum AlleleFractionParameter extends java.lang.Enum<AlleleFractionParameter> implements ParameterEnum
AlleleFractionState
.Enum Constant and Description |
---|
BIAS_VARIANCE |
MEAN_BIAS |
MINOR_ALLELE_FRACTIONS |
OUTLIER_PROBABILITY |
Modifier and Type | Method and Description |
---|---|
static AlleleFractionParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlleleFractionParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlleleFractionParameter MEAN_BIAS
public static final AlleleFractionParameter BIAS_VARIANCE
public static final AlleleFractionParameter OUTLIER_PROBABILITY
public static final AlleleFractionParameter MINOR_ALLELE_FRACTIONS
public static AlleleFractionParameter[] values()
for (AlleleFractionParameter c : AlleleFractionParameter.values()) System.out.println(c);
public static AlleleFractionParameter 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