|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResidueType>
org.biojava.bio.structure.io.mmcif.chem.ResidueType
public enum ResidueType
Enumerates the possible classifications of residues. This information is derived from the mmcif dictionary.
Field Summary | |
---|---|
java.lang.String |
chem_comp_type
String value of the type |
PolymerType |
polymerType
The associated PolymerType |
Method Summary | |
---|---|
static ResidueType |
getResidueTypeFromString(java.lang.String chem_comp_type)
|
static ResidueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResidueType[] |
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, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResidueType atomn
public static final ResidueType dPeptideLinking
public static final ResidueType lPeptideLinking
public static final ResidueType glycine
public static final ResidueType dPeptideAminoTerminus
public static final ResidueType lPeptideAminoTerminus
public static final ResidueType dPeptideCarboxyTerminus
public static final ResidueType lPeptideCarboxyTerminus
public static final ResidueType dnaLinking
public static final ResidueType rnaLinking
public static final ResidueType dna3PrimeTerminus
public static final ResidueType rna3PrimeTerminus
public static final ResidueType dna5PrimeTerminus
public static final ResidueType rna5PrimeTerminus
public static final ResidueType dSaccharide
public static final ResidueType dSaccharide14and14linking
public static final ResidueType dSaccharide14and16linking
public static final ResidueType lSaccharide
public static final ResidueType lSaccharide14and14linking
public static final ResidueType lSaccharide14and16linking
public static final ResidueType saccharide
public static final ResidueType nonPolymer
public static final ResidueType otherChemComp
Field Detail |
---|
public final PolymerType polymerType
PolymerType
public final java.lang.String chem_comp_type
Method Detail |
---|
public static ResidueType[] values()
for (ResidueType c : ResidueType.values()) System.out.println(c);
public static ResidueType 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ResidueType getResidueTypeFromString(java.lang.String chem_comp_type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |