Package org.rcsb.cif.schema.mm
Class IhmPseudoSiteFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmPseudoSiteFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmPseudoSiteFeature
extends DelegatingCategory
Data items in the IHM_PSEUDO_SITE_FEATURE category records the details
of pseudo site features listed in IHM_FEATURE_LIST.
-
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 IhmPseudoSiteFeature(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetFeatureId()The feature identifier corresponding to this pseudo site.IntColumngetPseudoSiteId()The pseudo site identifier corresponding to this feature.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFeatureId
The feature identifier corresponding to this pseudo site. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getPseudoSiteId
The pseudo site identifier corresponding to this feature. This data item is a pointer to _ihm_pseudo_site.id in the IHM_PSEUDO_SITE category.- Returns:
- IntColumn
-