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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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