Package | Description |
---|---|
com.hfg.bio |
Modifier and Type | Method and Description |
---|---|
Nucleotide.BaseType |
Nucleotide.getBaseType() |
static Nucleotide.BaseType |
Nucleotide.BaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nucleotide.BaseType[] |
Nucleotide.BaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Nucleotide(String inName,
char in1LetterCode,
Nucleotide.BaseType inBaseType) |
jataylor@hairyfatguy.com