Package org.rcsb.cif.schema.mm
Class PdbxChemCompDescriptor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompDescriptor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompDescriptor
extends DelegatingCategory
Data items in the CHEM_COMP_DESCRIPTOR category provide
string descriptors of component chemical structure.
-
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 PdbxChemCompDescriptor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetDescriptor()This data item contains the descriptor value for this component.IntColumngetOrdinal()Ordinal index for this category.StrColumngetProgram()This data item contains the name of the program or library used to compute the descriptor.StrColumngetProgramVersion()This data item contains the version of the program or library used to compute the descriptor.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
-
getCompId
This data item is a pointer to _chem_comp.id in the CHEM_COMP 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
-
getProgram
This data item contains the name of the program or library used to compute the descriptor.- Returns:
- StrColumn
-
getProgramVersion
This data item contains the version of the program or library used to compute the descriptor.- Returns:
- StrColumn
-
getOrdinal
Ordinal index for this category.- Returns:
- IntColumn
-