Package org.rcsb.cif.schema.mm
Class ChemCompBond
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemCompBond
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompBond
extends DelegatingCategory
Data items in the CHEM_COMP_BOND category record details about
the bonds between atoms in a chemical component. Target values
may be specified as bond orders, as a distance between the two
atoms, or both.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description ChemCompBond(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId1()The ID of the first of the two atoms that define the bond.StrColumngetAtomId2()The ID of the second of the two atoms that define the bond.StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetPdbxAromaticFlag()A flag indicating an aromatic bond.IntColumngetPdbxOrdinal()Ordinal index for the component bond list.StrColumngetPdbxStereoConfig()Stereochemical configuration across a double bond.FloatColumngetValueDist()The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a distance.FloatColumngetValueDistEsd()The standard uncertainty (estimated standard deviation) of _chem_comp_bond.value_dist.StrColumngetValueOrder()The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a bond order.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomId1
The ID of the first of the two atoms that define the bond. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getAtomId2
The ID of the second of the two atoms that define the bond. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getCompId
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getValueOrder
The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a bond order.- Returns:
- StrColumn
-
getValueDist
The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a distance.- Returns:
- FloatColumn
-
getValueDistEsd
The standard uncertainty (estimated standard deviation) of _chem_comp_bond.value_dist.- Returns:
- FloatColumn
-
getPdbxOrdinal
Ordinal index for the component bond list.- Returns:
- IntColumn
-
getPdbxStereoConfig
Stereochemical configuration across a double bond.- Returns:
- StrColumn
-
getPdbxAromaticFlag
A flag indicating an aromatic bond.- Returns:
- StrColumn
-