Package org.rcsb.cif.schema.mm
Class PdbxChemCompAtomRelated
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompAtomRelated
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompAtomRelated
extends DelegatingCategory
PDBX_CHEM_COMP_ATOM_RELATED provides atom level nomenclature mapping between two related 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 PdbxChemCompAtomRelated(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId()The atom identifier/name for the atom mappingStrColumngetCompId()The chemical component for which this relationship applies.IntColumngetOrdinal()An ordinal index for this categoryStrColumngetRelatedAtomId()The atom identifier/name for the atom mapping in the related chemical componentStrColumngetRelatedCompId()The related chemical component for which this chemical component is based.StrColumngetRelatedType()Describes the type of relationshipMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCompId
The chemical component for which this relationship applies.- Returns:
- StrColumn
-
getRelatedCompId
The related chemical component for which this chemical component is based.- Returns:
- StrColumn
-
getOrdinal
An ordinal index for this category- Returns:
- IntColumn
-
getAtomId
The atom identifier/name for the atom mapping- Returns:
- StrColumn
-
getRelatedAtomId
The atom identifier/name for the atom mapping in the related chemical component- Returns:
- StrColumn
-
getRelatedType
Describes the type of relationship- Returns:
- StrColumn
-