Class ValenceParam

All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ValenceParam
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of items for listing bond valences.
  • Constructor Details

  • Method Details

    • getAtom1

      public StrColumn getAtom1()
      Atom type symbol for atom 1 forming a bond whose valence parameters are given in this category.
      Returns:
      StrColumn
    • getAtom1Valence

      public FloatColumn getAtom1Valence()
      The formal charge of the atom 1 whose bond valence parameters are given in this category.
      Returns:
      FloatColumn
    • getAtom2

      public StrColumn getAtom2()
      Atom type symbol for atom 2 forming a bond whose valence parameters are given in this category.
      Returns:
      StrColumn
    • getAtom2Valence

      public FloatColumn getAtom2Valence()
      The formal charge of the atom 2 whose bond valence parameters are given in this category.
      Returns:
      FloatColumn
    • getB

      public FloatColumn getB()
      The bond valence parameter B used in the expression s = exp[(Ro - R)/B] where s is the valence of bond length R.
      Returns:
      FloatColumn
    • getDetails

      public StrColumn getDetails()
      Details of valence parameters of stated bond.
      Returns:
      StrColumn
    • getId

      public IntColumn getId()
      Unique index loop number of the valence parameter loop.
      Returns:
      IntColumn
    • getRefId

      public StrColumn getRefId()
      Code linking parameters to the key _valence_ref.id key in the reference list in category VALENCE_REF.
      Returns:
      StrColumn
    • getRo

      public FloatColumn getRo()
      The bond valence parameter Ro used in the expression s = exp[(Ro - R)/B] where s is the valence of bond length R.
      Returns:
      FloatColumn