Package org.rcsb.cif.schema.mm
Class IhmFeatureList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmFeatureList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmFeatureList
extends DelegatingCategory
IHM_FEATURE_LIST is the high level category that provides defintions
to select atoms/residues from polymeric and non-polymeric entities.
-
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 IhmFeatureList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional details regarding the feature.StrColumngetEntityType()The type of entity.IntColumngetFeatureId()A unique identifier for the feature.StrColumngetFeatureType()The type of feature.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFeatureId
A unique identifier for the feature.- Returns:
- IntColumn
-
getFeatureType
The type of feature.- Returns:
- StrColumn
-
getEntityType
The type of entity.- Returns:
- StrColumn
-
getDetails
Additional details regarding the feature.- Returns:
- StrColumn
-