Package org.rcsb.cif.schema.mm
Class ChemCompPlaneAtom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemCompPlaneAtom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompPlaneAtom
extends DelegatingCategory
Data items in the CHEM_COMP_PLANE_ATOM category enumerate the
atoms in a plane within a chemical component.
-
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 ChemCompPlaneAtom(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomId()The ID of an atom involved in the plane.StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.FloatColumngetDistEsd()This data item is the standard deviation of the out-of-plane distance for this atom.StrColumngetPlaneId()This data item is a pointer to _chem_comp_plane.id in the CHEM_COMP_PLANE category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomId
The ID of an atom involved in the plane. 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
-
getPlaneId
This data item is a pointer to _chem_comp_plane.id in the CHEM_COMP_PLANE category.- Returns:
- StrColumn
-
getDistEsd
This data item is the standard deviation of the out-of-plane distance for this atom.- Returns:
- FloatColumn
-