Uses of Enum Class
org.biojava.nbio.structure.chem.ResidueType
Packages that use ResidueType
-
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 ResidueType
ResidueType.getResidueTypeFromString
(String chem_comp_type) Get ResidueType by chem_comp_typestatic ResidueType
Returns 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 PolymerType
ChemCompTools.getPolymerType
(ResidueType residueType) void
ChemComp.setResidueType
(ResidueType residueType)