public static enum EnumAllele.Tolerance extends java.lang.Enum<EnumAllele.Tolerance> implements IAlleleValue<EnumTolerance>
| Enum Constant and Description |
|---|
BOTH_1 |
BOTH_2 |
BOTH_3 |
BOTH_4 |
BOTH_5 |
DOWN_1 |
DOWN_2 |
DOWN_3 |
DOWN_4 |
DOWN_5 |
NONE |
UP_1 |
UP_2 |
UP_3 |
UP_4 |
UP_5 |
| Modifier and Type | Method and Description |
|---|---|
EnumTolerance |
getValue() |
boolean |
isDominant() |
java.lang.String |
toString() |
static EnumAllele.Tolerance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAllele.Tolerance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAllele.Tolerance NONE
public static final EnumAllele.Tolerance BOTH_1
public static final EnumAllele.Tolerance BOTH_2
public static final EnumAllele.Tolerance BOTH_3
public static final EnumAllele.Tolerance BOTH_4
public static final EnumAllele.Tolerance BOTH_5
public static final EnumAllele.Tolerance UP_1
public static final EnumAllele.Tolerance UP_2
public static final EnumAllele.Tolerance UP_3
public static final EnumAllele.Tolerance UP_4
public static final EnumAllele.Tolerance UP_5
public static final EnumAllele.Tolerance DOWN_1
public static final EnumAllele.Tolerance DOWN_2
public static final EnumAllele.Tolerance DOWN_3
public static final EnumAllele.Tolerance DOWN_4
public static final EnumAllele.Tolerance DOWN_5
public static EnumAllele.Tolerance[] values()
for (EnumAllele.Tolerance c : EnumAllele.Tolerance.values()) System.out.println(c);
public static EnumAllele.Tolerance 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<EnumAllele.Tolerance>public EnumTolerance getValue()
getValue in interface IAlleleValue<EnumTolerance>public boolean isDominant()
isDominant in interface IAlleleValue<EnumTolerance>