Package org.rcsb.cif.schema.mm
Class PdbxChemCompAtomFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompAtomFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompAtomFeature
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_ATOM_FEATURE category provide
a selected list of atom level features for the chemical component.
-
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 PdbxChemCompAtomFeature(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId()The identifier for the target atom to which the feature is assigned.StrColumngetCompId()This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.StrColumngetFeatureType()The feature assigned to this atom.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCompId
This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.- Returns:
- StrColumn
-
getAtomId
The identifier for the target atom to which the feature is assigned.- Returns:
- StrColumn
-
getFeatureType
The feature assigned to this atom.- Returns:
- StrColumn
-