Package org.rcsb.cif.schema.mm
Class PdbxChemCompFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompFeature
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 PdbxChemCompFeature(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The component identifier for this feature.StrColumngetSource()The information source for the component feature.StrColumngetSupport()The supporting evidence for this feature.StrColumngetType()The component feature type.StrColumngetValue()The component feature value.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCompId
The component identifier for this feature.- Returns:
- StrColumn
-
getType
The component feature type.- Returns:
- StrColumn
-
getSupport
The supporting evidence for this feature.- Returns:
- StrColumn
-
getValue
The component feature value.- Returns:
- StrColumn
-
getSource
The information source for the component feature.- Returns:
- StrColumn
-