public static enum EnumAllele.Sappiness extends java.lang.Enum<EnumAllele.Sappiness> implements IAlleleValue<java.lang.Float>
| Enum Constant and Description |
|---|
AVERAGE |
HIGH |
HIGHER |
HIGHEST |
LOW |
LOWER |
LOWEST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getValue() |
boolean |
isDominant() |
static EnumAllele.Sappiness |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAllele.Sappiness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAllele.Sappiness LOWEST
public static final EnumAllele.Sappiness LOWER
public static final EnumAllele.Sappiness LOW
public static final EnumAllele.Sappiness AVERAGE
public static final EnumAllele.Sappiness HIGH
public static final EnumAllele.Sappiness HIGHER
public static final EnumAllele.Sappiness HIGHEST
public static EnumAllele.Sappiness[] values()
for (EnumAllele.Sappiness c : EnumAllele.Sappiness.values()) System.out.println(c);
public static EnumAllele.Sappiness 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.Float getValue()
getValue in interface IAlleleValue<java.lang.Float>public boolean isDominant()
isDominant in interface IAlleleValue<java.lang.Float>