Uses of Enum Class
org.biojava.nbio.structure.chem.PolymerType
Packages that use PolymerType
-
Uses of PolymerType in org.biojava.nbio.structure.chem
Fields in org.biojava.nbio.structure.chem declared as PolymerTypeModifier and TypeFieldDescriptionfinal PolymerType
ResidueType.polymerType
The associatedPolymerType
Fields in org.biojava.nbio.structure.chem with type parameters of type PolymerTypeModifier and TypeFieldDescriptionstatic final Set
<PolymerType> PolymerType.ALL_POLYMER_TYPES
Convenience Set of all polymer types.static final Set
<PolymerType> PolymerType.DNA_ONLY
Convenience Set of polymer types classified as DNA.static final Set
<PolymerType> PolymerType.POLYNUCLEOTIDE_ONLY
Convenience Set of polymer types classified as DNA.static final Set
<PolymerType> PolymerType.PROTEIN_ONLY
Convenience Set of polymer types classified as protein.static final Set
<PolymerType> PolymerType.RNA_ONLY
Convenience Set of polymer types classified as RNA.Methods in org.biojava.nbio.structure.chem that return PolymerTypeModifier and TypeMethodDescriptionChemComp.getPolymerType()
static PolymerType
ChemCompTools.getPolymerType
(ResidueType residueType) ResidueType.getPolymerType()
Gets the associated PolymerType, which are less specificstatic PolymerType
PolymerType.polymerTypeFromString
(String polymerTypeString) static PolymerType
Returns the enum constant of this class with the specified name.static PolymerType[]
PolymerType.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 PolymerType