Package org.rcsb.cif.model.generated
Class ChemCompPlaneAtom
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ChemCompPlaneAtom
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ChemCompPlaneAtom extends BaseCategory
Data items in the CHEM_COMP_PLANE_ATOM category enumerate the atoms in a plane within a chemical component.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ChemCompPlaneAtom(String name)ChemCompPlaneAtom(String name, int rowCount, Object[] encodedColumns)ChemCompPlaneAtom(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getAtomId
public StrColumn 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
public StrColumn getCompId()
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getPlaneId
public StrColumn getPlaneId()
This data item is a pointer to _chem_comp_plane.id in the CHEM_COMP_PLANE category.- Returns:
- StrColumn
-
getDistEsd
public FloatColumn getDistEsd()
This data item is the standard deviation of the out-of-plane distance for this atom.- Returns:
- FloatColumn
-
-