Uses of Class
org.biojava.bio.structure.io.mmcif.chem.PolymerType
-
Packages that use PolymerType 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 PolymerType in org.biojava.bio.structure.io.mmcif.chem
Fields in org.biojava.bio.structure.io.mmcif.chem declared as PolymerType Modifier and Type Field Description PolymerTypeResidueType. polymerTypeThe associatedPolymerTypeFields in org.biojava.bio.structure.io.mmcif.chem with type parameters of type PolymerType Modifier and Type Field Description static java.util.Set<PolymerType>PolymerType. ALL_POLYMER_TYPESConvenience Set of all polymer types.static java.util.Set<PolymerType>PolymerType. DNA_ONLYConvenience Set of polymer types classified as DNA.static java.util.Set<PolymerType>PolymerType. POLYNUCLEOTIDE_ONLYConvenience Set of polymer types classified as DNA.static java.util.Set<PolymerType>PolymerType. PROTEIN_ONLYConvenience Set of polymer types classified as protein.static java.util.Set<PolymerType>PolymerType. RNA_ONLYConvenience Set of polymer types classified as RNA.Methods in org.biojava.bio.structure.io.mmcif.chem that return PolymerType Modifier and Type Method Description static PolymerTypePolymerType. polymerTypeFromString(java.lang.String polymerType)static PolymerTypePolymerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolymerType[]PolymerType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PolymerType in org.biojava.bio.structure.io.mmcif.model
Methods in org.biojava.bio.structure.io.mmcif.model that return PolymerType Modifier and Type Method Description PolymerTypeChemComp. getPolymerType()Methods in org.biojava.bio.structure.io.mmcif.model with parameters of type PolymerType Modifier and Type Method Description voidChemComp. setPolymerType(PolymerType polymerType)
-