Uses of Enum Class
org.biojava.nbio.structure.io.mmcif.chem.PolymerType
Packages that use PolymerType
Package
Description
Datamodel objects used for processing mmcif files.
-
Uses of PolymerType in org.biojava.nbio.structure.io.mmcif.chem
Fields in org.biojava.nbio.structure.io.mmcif.chem declared as PolymerTypeModifier and TypeFieldDescriptionfinal PolymerTypeResidueType.polymerTypeThe associatedPolymerTypeFields in org.biojava.nbio.structure.io.mmcif.chem with type parameters of type PolymerTypeModifier and TypeFieldDescriptionstatic final Set<PolymerType>PolymerType.ALL_POLYMER_TYPESConvenience Set of all polymer types.static final Set<PolymerType>PolymerType.DNA_ONLYConvenience Set of polymer types classified as DNA.static final Set<PolymerType>PolymerType.POLYNUCLEOTIDE_ONLYConvenience Set of polymer types classified as DNA.static final Set<PolymerType>PolymerType.PROTEIN_ONLYConvenience Set of polymer types classified as protein.static final Set<PolymerType>PolymerType.RNA_ONLYConvenience Set of polymer types classified as RNA.Methods in org.biojava.nbio.structure.io.mmcif.chem that return PolymerTypeModifier and TypeMethodDescriptionResidueType.getPolymerType()Gets the associated PolymerType, which are less specificstatic PolymerTypePolymerType.polymerTypeFromString(String polymerType) static PolymerTypeReturns 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. -
Uses of PolymerType in org.biojava.nbio.structure.io.mmcif.model
Methods in org.biojava.nbio.structure.io.mmcif.model that return PolymerTypeMethods in org.biojava.nbio.structure.io.mmcif.model with parameters of type PolymerType