Uses of Class
org.biojava.bio.structure.io.mmcif.chem.ResidueType
-
Packages that use ResidueType Package Description 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 Modifier and Type Method Description static ResidueTypeResidueType. getResidueTypeFromString(java.lang.String chem_comp_type)static ResidueTypeResidueType. valueOf(java.lang.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 Modifier and Type Method Description ResidueTypeChemComp. getResidueType()Methods in org.biojava.bio.structure.io.mmcif.model with parameters of type ResidueType Modifier and Type Method Description voidChemComp. setResidueType(ResidueType residueType)
-