Uses of Enum Class
org.biojava.nbio.structure.chem.ResidueType
Packages that use ResidueType
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of ResidueType in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return types with arguments of type ResidueTypeModifier and TypeMethodDescriptionGroupType.getResidueTypes()Get a set of ResidueTypes loosely equivalent to this GroupType. -
Uses of ResidueType in org.biojava.nbio.structure.chem
Methods in org.biojava.nbio.structure.chem that return ResidueTypeModifier and TypeMethodDescriptionChemComp.getResidueType()static ResidueTypeResidueType.getResidueTypeFromString(String chem_comp_type) Get ResidueType by chem_comp_typestatic ResidueTypeReturns the enum constant of this class with the specified name.static ResidueType[]ResidueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biojava.nbio.structure.chem with parameters of type ResidueTypeModifier and TypeMethodDescriptionstatic PolymerTypeChemCompTools.getPolymerType(ResidueType residueType) voidChemComp.setResidueType(ResidueType residueType)