Uses of Class
org.biojava.bio.structure.io.mmcif.chem.ResidueType

Packages that use ResidueType
org.biojava.bio.structure.io.mmcif.chem   
org.biojava.bio.structure.io.mmcif.model Datamodel objects used for processing mmcif files. 
 

Uses of ResidueType in org.biojava.bio.structure.io.mmcif.chem
 

Methods in org.biojava.bio.structure.io.mmcif.chem that return ResidueType
static ResidueType ResidueType.getResidueTypeFromString(String chem_comp_type)
           
static ResidueType ResidueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResidueType[] ResidueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ResidueType in org.biojava.bio.structure.io.mmcif.model
 

Methods in org.biojava.bio.structure.io.mmcif.model that return ResidueType
 ResidueType ChemComp.getResidueType()
           
 

Methods in org.biojava.bio.structure.io.mmcif.model with parameters of type ResidueType
 void ChemComp.setResidueType(ResidueType residueType)