Uses of Class
org.biojava.nbio.structure.chem.PolymerType
-
Packages that use PolymerType Package Description org.biojava.nbio.structure.chem -
-
Uses of PolymerType in org.biojava.nbio.structure.chem
Fields in org.biojava.nbio.structure.chem declared as PolymerType Modifier and Type Field Description PolymerTypeResidueType. polymerTypeThe associatedPolymerTypeFields in org.biojava.nbio.structure.chem with type parameters of type PolymerType Modifier and Type Field Description static Set<PolymerType>PolymerType. ALL_POLYMER_TYPESConvenience Set of all polymer types.static Set<PolymerType>PolymerType. DNA_ONLYConvenience Set of polymer types classified as DNA.static Set<PolymerType>PolymerType. POLYNUCLEOTIDE_ONLYConvenience Set of polymer types classified as DNA.static Set<PolymerType>PolymerType. PROTEIN_ONLYConvenience Set of polymer types classified as protein.static Set<PolymerType>PolymerType. RNA_ONLYConvenience Set of polymer types classified as RNA.Methods in org.biojava.nbio.structure.chem that return PolymerType Modifier and Type Method Description PolymerTypeChemComp. getPolymerType()static PolymerTypeChemCompTools. getPolymerType(ResidueType residueType)PolymerTypeResidueType. getPolymerType()Gets the associated PolymerType, which are less specificstatic PolymerTypePolymerType. polymerTypeFromString(String polymerTypeString)static PolymerTypePolymerType. 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 are declared.Methods in org.biojava.nbio.structure.chem with parameters of type PolymerType Modifier and Type Method Description voidChemComp. setPolymerType(PolymerType polymerType)
-