Package org.rcsb.cif.schema.mm
Class PdbxChemCompIdentifier
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompIdentifier
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompIdentifier
extends DelegatingCategory
Data items in the CHEM_COMP_IDENTIFIER category provide
identifiers for chemical components.
-
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 PdbxChemCompIdentifier(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.StrColumngetIdentifier()This data item contains the identifier 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 identifier.StrColumngetProgramVersion()This data item contains the version of the program or library used to compute the identifier.StrColumngetType()This data item contains the identifier 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
-
getIdentifier
This data item contains the identifier value for this component.- Returns:
- StrColumn
-
getType
This data item contains the identifier type.- Returns:
- StrColumn
-
getProgram
This data item contains the name of the program or library used to compute the identifier.- Returns:
- StrColumn
-
getProgramVersion
This data item contains the version of the program or library used to compute the identifier.- Returns:
- StrColumn
-
getOrdinal
Ordinal index for this category.- Returns:
- IntColumn
-