Uses of Class
org.biojava.bio.structure.io.mmcif.chem.PolymerType

Packages that use PolymerType
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
 PolymerType ResidueType.polymerType
          The associated PolymerType
 

Fields in org.biojava.bio.structure.io.mmcif.chem with type parameters of type PolymerType
static Set<PolymerType> PolymerType.ALL_POLYMER_TYPES
          Convenience Set of all polymer types.
static Set<PolymerType> PolymerType.DNA_ONLY
          Convenience Set of polymer types classified as DNA.
static Set<PolymerType> PolymerType.POLYNUCLEOTIDE_ONLY
          Convenience Set of polymer types classified as DNA.
static Set<PolymerType> PolymerType.PROTEIN_ONLY
          Convenience Set of polymer types classified as protein.
static Set<PolymerType> PolymerType.RNA_ONLY
          Convenience Set of polymer types classified as RNA.
 

Methods in org.biojava.bio.structure.io.mmcif.chem that return PolymerType
static PolymerType PolymerType.polymerTypeFromString(String polymerType)
           
static PolymerType PolymerType.valueOf(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're declared.
 

Uses of PolymerType in org.biojava.bio.structure.io.mmcif.model
 

Methods in org.biojava.bio.structure.io.mmcif.model that return PolymerType
 PolymerType ChemComp.getPolymerType()
           
 

Methods in org.biojava.bio.structure.io.mmcif.model with parameters of type PolymerType
 void ChemComp.setPolymerType(PolymerType polymerType)