Package org.rcsb.cif.model.generated
Class ChemCompLink
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ChemCompLink
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ChemCompLink extends BaseCategory
Data items in the CHEM_COMP_LINK category give details about the links between chemical components.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ChemCompLink(String name)ChemCompLink(String name, int rowCount, Object[] encodedColumns)ChemCompLink(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getLinkId
public StrColumn getLinkId()
This data item is a pointer to _chem_link.id in the CHEM_LINK category.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of special aspects of a link between chemical components in the structure.- Returns:
- StrColumn
-
getTypeComp1
public 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
public 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
-
-