Package org.rcsb.cif.schema.mm
Class ChemCompLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemCompLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompLink
extends DelegatingCategory
Data items in the CHEM_COMP_LINK category give details about
the links between 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 ChemCompLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of a link between chemical components in the structure.StrColumngetLinkId()This data item is a pointer to _chem_link.id in the CHEM_LINK category.StrColumngetTypeComp1()The type of the first of the two components joined by the link.StrColumngetTypeComp2()The type of the second of the two components joined by the link.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getLinkId
This data item is a pointer to _chem_link.id in the CHEM_LINK category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of a link between chemical components in the structure.- Returns:
- StrColumn
-
getTypeComp1
The type of the first of the two components joined by the link. This data item is a pointer to _chem_comp.type in the CHEM_COMP category.- Returns:
- StrColumn
-
getTypeComp2
The type of the second of the two components joined by the link. This data item is a pointer to _chem_comp.type in the CHEM_COMP category.- Returns:
- StrColumn
-