Package org.rcsb.cif.schema.mm
Class PdbxMoleculeFeatures
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxMoleculeFeatures
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxMoleculeFeatures
extends DelegatingCategory
Data items in the PDBX_MOLECULE_FEATURES category record features of molecules
within a PDB entry.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxMoleculeFeatures(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetClazz()Broadly defines the function of the molecule.StrColumngetDetails()Additional details describing the molecule.StrColumngetName()A name of the molecule.StrColumngetPrdId()The value of _pdbx_molecule_features.prd_id is the PDB accession code for this reference molecule.StrColumngetType()Defines the structural classification of the molecule.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPrdId
The value of _pdbx_molecule_features.prd_id is the PDB accession code for this reference molecule.- Returns:
- StrColumn
-
getClazz
Broadly defines the function of the molecule.- Returns:
- StrColumn
-
getType
Defines the structural classification of the molecule.- Returns:
- StrColumn
-
getName
A name of the molecule.- Returns:
- StrColumn
-
getDetails
Additional details describing the molecule.- Returns:
- StrColumn
-