Package org.rcsb.cif.schema.mm
Class PdbxChemCompSynonyms
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompSynonyms
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompSynonyms
extends DelegatingCategory
PDBX_CHEM_COMP_SYNONYMS holds chemical name and synonym correspondences.
-
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 PdbxChemCompSynonyms(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The chemical component for which this synonym applies.StrColumngetName()The synonym of this particular chemical component.IntColumngetOrdinal()An ordinal index for this categoryStrColumngetProvenance()The provenance of this synonym.StrColumngetType()The type of this synonym.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
An ordinal index for this category- Returns:
- IntColumn
-
getName
The synonym of this particular chemical component.- Returns:
- StrColumn
-
getCompId
The chemical component for which this synonym applies.- Returns:
- StrColumn
-
getProvenance
The provenance of this synonym.- Returns:
- StrColumn
-
getType
The type of this synonym.- Returns:
- StrColumn
-