public static enum DinucleotideProperty.HowCreated extends Enum<DinucleotideProperty.HowCreated>
| Enum Constant and Description |
|---|
CALCULATED
The property has been calculated
|
EXPERIMENTAL
The property has been determined experimentally
|
| Modifier and Type | Method and Description |
|---|---|
static DinucleotideProperty.HowCreated |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DinucleotideProperty.HowCreated[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DinucleotideProperty.HowCreated EXPERIMENTAL
public static final DinucleotideProperty.HowCreated CALCULATED
public static DinucleotideProperty.HowCreated[] values()
for (DinucleotideProperty.HowCreated c : DinucleotideProperty.HowCreated.values()) System.out.println(c);
public static DinucleotideProperty.HowCreated valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null