Package org.rcsb.cif.schema.mm
Class PdbxChemCompBondEdit
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompBondEdit
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompBondEdit
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_BOND_EDIT category provide
bond level editing instructions to be applied to imported
chemical components.
-
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 PdbxChemCompBondEdit(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId1()The identifier for the first atom in the target bond in imported component.StrColumngetAtomId2()The identifier for the second atom in the target bond in imported component.StrColumngetCompId()This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.StrColumngetEditBondValue()The value for the edited bond property value in the generated component.StrColumngetEditOp()The operation or assignment applied to the named imported component.IntColumngetOrdinal()This data item uniquely identifies and orders each bond edit instruction.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
This data item uniquely identifies and orders each bond edit instruction.- Returns:
- IntColumn
-
getCompId
This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.- Returns:
- StrColumn
-
getEditOp
The operation or assignment applied to the named imported component.- Returns:
- StrColumn
-
getAtomId1
The identifier for the first atom in the target bond in imported component.- Returns:
- StrColumn
-
getAtomId2
The identifier for the second atom in the target bond in imported component.- Returns:
- StrColumn
-
getEditBondValue
The value for the edited bond property value in the generated component.- Returns:
- StrColumn
-