Package org.rcsb.cif.schema.mm
Class PdbxChemCompModelDescriptor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompModelDescriptor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompModelDescriptor
extends DelegatingCategory
Data items in the CHEM_COMP_MODEL_DESCRIPTOR category provide
string descriptors for component model structures.
-
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 PdbxChemCompModelDescriptor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescriptor()This data item contains the descriptor value for this component.StrColumngetModelId()This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.StrColumngetType()This data item contains the descriptor type.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getModelId
This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.- Returns:
- StrColumn
-
getDescriptor
This data item contains the descriptor value for this component.- Returns:
- StrColumn
-
getType
This data item contains the descriptor type.- Returns:
- StrColumn
-