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 PolymerTypeResidueType.polymerTypeThe associatedPolymerTypeFields in org.biojava.nbio.structure.chem with type parameters of type PolymerTypeModifier and TypeFieldDescriptionstatic final Set<PolymerType> PolymerType.ALL_POLYMER_TYPESConvenienceSetof all polymer types.static final Set<PolymerType> PolymerType.DNA_ONLYConvenienceSetof polymer types classified as DNA.static final Set<PolymerType> PolymerType.POLYNUCLEOTIDE_ONLYConvenienceSetof polymer types classified as DNA.static final Set<PolymerType> PolymerType.PROTEIN_ONLYConvenienceSetof polymer types classified as protein.static final Set<PolymerType> PolymerType.RNA_ONLYConvenienceSetof polymer types classified as RNA.Methods in org.biojava.nbio.structure.chem that return PolymerTypeModifier and TypeMethodDescriptionChemComp.getPolymerType()static PolymerTypeChemCompTools.getPolymerType(ResidueType residueType) ResidueType.getPolymerType()Gets the associated PolymerType, which are less specificstatic PolymerTypePolymerType.polymerTypeFromString(String polymerTypeString) 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.Methods in org.biojava.nbio.structure.chem with parameters of type PolymerType