Package org.rcsb.cif.schema.core
Class ChemCompBond
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.ChemCompBond
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompBond
extends DelegatingCategory.DelegatingCifCoreCategory
-
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 ChemCompBond(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description IntColumngetAtomId1()Index id of first atom in a bond connecting two atom sites.IntColumngetAtomId2()Index id of second atom in a bond connecting two atom sites.FloatColumngetValueDist()The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a distance.StrColumngetValueOrder()Code for the chemical bond type.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAtomId1
Index id of first atom in a bond connecting two atom sites.- Returns:
- IntColumn
-
getAtomId2
Index id of second atom in a bond connecting two atom sites.- Returns:
- IntColumn
-
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
-
getValueOrder
Code for the chemical bond type.- Returns:
- StrColumn
-