Package pl.poznan.put.protein
Enum AminoAcid
- All Implemented Interfaces:
Serializable,Comparable<AminoAcid>,java.lang.constant.Constable,ResidueInformationProvider
An amino acid with all details regarding its 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 ConstantsEnum ConstantDescription -
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface pl.poznan.put.pdb.analysis.ResidueInformationProvider
defaultName
-
Enum Constant Details
-
ALANINE
-
ARGININE
-
ASPARAGINE
-
ASPARTIC_ACID
-
CYSTEINE
-
GLUTAMIC_ACID
-
GLUTAMINE
-
GLYCINE
-
HISTIDINE
-
ISOLEUCINE
-
LEUCINE
-
LYSINE
-
METHIONINE
-
PHENYLALANINE
-
PROLINE
-
SERINE
-
THREONINE
-
TRYPTOPHAN
-
TYROSINE
-
VALINE
-
-
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
-
sidechain
- Returns:
- The sidechain instance.
-
moleculeType
- Specified by:
moleculeTypein interfaceResidueInformationProvider- Returns:
- The type of molecule of this residue (RNA or protein).
-
moleculeComponents
- Specified by:
moleculeComponentsin interfaceResidueInformationProvider- Returns:
- The list of components this residue consists of.
-
oneLetterName
public char oneLetterName()- Specified by:
oneLetterNamein interfaceResidueInformationProvider- Returns:
- A one letter name to describe this type of residue.
-
aliases
- Specified by:
aliasesin interfaceResidueInformationProvider- Returns:
- The list of all names this residues may be found in PDB and mmCIF files.
-
torsionAngleTypes
- Specified by:
torsionAngleTypesin interfaceResidueInformationProvider- Returns:
- The list of torsion angle types defined for this residue.
-