public static enum EnumAllele.Lifespan extends java.lang.Enum<EnumAllele.Lifespan> implements IAlleleValue<java.lang.Integer>
| Enum Constant and Description |
|---|
ELONGATED |
LONG |
LONGER |
LONGEST |
NORMAL |
SHORT |
SHORTENED |
SHORTER |
SHORTEST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getValue() |
boolean |
isDominant() |
static EnumAllele.Lifespan |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAllele.Lifespan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAllele.Lifespan SHORTEST
public static final EnumAllele.Lifespan SHORTER
public static final EnumAllele.Lifespan SHORT
public static final EnumAllele.Lifespan SHORTENED
public static final EnumAllele.Lifespan NORMAL
public static final EnumAllele.Lifespan ELONGATED
public static final EnumAllele.Lifespan LONG
public static final EnumAllele.Lifespan LONGER
public static final EnumAllele.Lifespan LONGEST
public static EnumAllele.Lifespan[] values()
for (EnumAllele.Lifespan c : EnumAllele.Lifespan.values()) System.out.println(c);
public static EnumAllele.Lifespan 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>