Package org.rcsb.cif.schema.core
Class ValenceParam
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description ValenceParam(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAtom1()Atom type symbol for atom 1 forming a bond whose valence parameters are given in this category.FloatColumngetAtom1Valence()The formal charge of the atom 1 whose bond valence parameters are given in this category.StrColumngetAtom2()Atom type symbol for atom 2 forming a bond whose valence parameters are given in this category.FloatColumngetAtom2Valence()The formal charge of the atom 2 whose bond valence parameters are given in this category.FloatColumngetB()The bond valence parameter B used in the expression s = exp[(Ro - R)/B] where s is the valence of bond length R.StrColumngetDetails()Details of valence parameters of stated bond.IntColumngetId()Unique index loop number of the valence parameter loop.StrColumngetRefId()Code linking parameters to the key _valence_ref.id key in the reference list in category VALENCE_REF.FloatColumngetRo()The bond valence parameter Ro used in the expression s = exp[(Ro - R)/B] where s is the valence of bond length R.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAtom1
Atom type symbol for atom 1 forming a bond whose valence parameters are given in this category.- Returns:
- StrColumn
-
getAtom1Valence
The formal charge of the atom 1 whose bond valence parameters are given in this category.- Returns:
- FloatColumn
-
getAtom2
Atom type symbol for atom 2 forming a bond whose valence parameters are given in this category.- Returns:
- StrColumn
-
getAtom2Valence
The formal charge of the atom 2 whose bond valence parameters are given in this category.- Returns:
- 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
Details of valence parameters of stated bond.- Returns:
- StrColumn
-
getId
Unique index loop number of the valence parameter loop.- Returns:
- IntColumn
-
getRefId
Code linking parameters to the key _valence_ref.id key in the reference list in category VALENCE_REF.- Returns:
- StrColumn
-
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
-