Package pl.poznan.put.rna
Enum Nucleotide
- All Implemented Interfaces:
Serializable
,Comparable<Nucleotide>
,java.lang.constant.Constable
,ResidueInformationProvider
A nucleotide (A, C, G, U or T) with all details regarding atoms, torsion angles, etc.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionaliases()
char
static Nucleotide
Returns the enum constant of this type with the specified name.static Nucleotide[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface pl.poznan.put.pdb.analysis.ResidueInformationProvider
defaultName
-
Enum Constant Details
-
ADENINE
-
CYTOSINE
-
GUANINE
-
URACIL
-
THYMINE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
nucleobase
- Returns:
- An instance of nucleobase in this nucleotide.
-
moleculeType
- Specified by:
moleculeType
in interfaceResidueInformationProvider
- Returns:
- The type of molecule of this residue (RNA or protein).
-
moleculeComponents
- Specified by:
moleculeComponents
in interfaceResidueInformationProvider
- Returns:
- The list of components this residue consists of.
-
oneLetterName
public char oneLetterName()- Specified by:
oneLetterName
in interfaceResidueInformationProvider
- Returns:
- A one letter name to describe this type of residue.
-
aliases
- Specified by:
aliases
in interfaceResidueInformationProvider
- Returns:
- The list of all names this residues may be found in PDB and mmCIF files.
-
torsionAngleTypes
- Specified by:
torsionAngleTypes
in interfaceResidueInformationProvider
- Returns:
- The list of torsion angle types defined for this residue.
-