Class ChemCompPlaneAtom

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemCompPlaneAtom
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompPlaneAtom
extends DelegatingCategory
Data items in the CHEM_COMP_PLANE_ATOM category enumerate the atoms in a plane within a chemical component.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getAtomId

      public StrColumn getAtomId()
      The ID of an atom involved in the plane. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.
      Returns:
      StrColumn
    • getCompId

      public StrColumn getCompId()
      This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
      Returns:
      StrColumn
    • getPlaneId

      public StrColumn getPlaneId()
      This data item is a pointer to _chem_comp_plane.id in the CHEM_COMP_PLANE category.
      Returns:
      StrColumn
    • getDistEsd

      public FloatColumn getDistEsd()
      This data item is the standard deviation of the out-of-plane distance for this atom.
      Returns:
      FloatColumn