public static enum EnumAllele.Flowering extends java.lang.Enum<EnumAllele.Flowering> implements IAlleleValue<java.lang.Integer>
| Enum Constant and Description |
|---|
AVERAGE |
FAST |
FASTER |
FASTEST |
MAXIMUM |
SLOW |
SLOWER |
SLOWEST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getValue() |
boolean |
isDominant() |
static EnumAllele.Flowering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAllele.Flowering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAllele.Flowering SLOWEST
public static final EnumAllele.Flowering SLOWER
public static final EnumAllele.Flowering SLOW
public static final EnumAllele.Flowering AVERAGE
public static final EnumAllele.Flowering FAST
public static final EnumAllele.Flowering FASTER
public static final EnumAllele.Flowering FASTEST
public static final EnumAllele.Flowering MAXIMUM
public static EnumAllele.Flowering[] values()
for (EnumAllele.Flowering c : EnumAllele.Flowering.values()) System.out.println(c);
public static EnumAllele.Flowering 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.Integer getValue()
getValue in interface IAlleleValue<java.lang.Integer>public boolean isDominant()
isDominant in interface IAlleleValue<java.lang.Integer>