Package org.rcsb.cif.schema.mm
Class IhmPolyAtomFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmPolyAtomFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmPolyAtomFeature
extends DelegatingCategory
Data items in the IHM_POLY_ATOM_FEATURE category provides the defintions
required to select specific atoms.
-
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 IhmPolyAtomFeature(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier of the atom, if applicable.StrColumngetAtomId()The identifier of the atom.StrColumngetCompId()The component identifier of the atom.StrColumngetEntityId()The entity identifier of the atom.IntColumngetFeatureId()An identifier for the selected atom feature.IntColumngetOrdinalId()A unique identifier for the category.IntColumngetSeqId()The sequence index of the residue to which the atom belongs.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinalId
A unique identifier for the category.- Returns:
- IntColumn
-
getFeatureId
An identifier for the selected atom feature. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getEntityId
The entity identifier of the atom. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getAsymId
An asym/strand identifier of the atom, if applicable. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getCompId
The component identifier of the atom. This data item is a pointer to _entity_poly_seq.mon_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getSeqId
The sequence index of the residue to which the atom belongs. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getAtomId
The identifier of the atom. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-