Package org.rcsb.cif.schema.mm
Class PdbxChemCompModelFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompModelFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompModelFeature
extends DelegatingCategory
Additional features associated with 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 PdbxChemCompModelFeature(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetFeatureName()The component model feature type.StrColumngetFeatureValue()The component feature value.StrColumngetModelId()The component model identifier for this feature.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getModelId
The component model identifier for this feature.- Returns:
- StrColumn
-
getFeatureName
The component model feature type.- Returns:
- StrColumn
-
getFeatureValue
The component feature value.- Returns:
- StrColumn
-