Package org.rcsb.cif.schema.mm
Class ChemCompPlane
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemCompPlane
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompPlane
extends DelegatingCategory
Data items in the CHEM_COMP_PLANE category provide identifiers
for the planes in a chemical component. The atoms in the plane
are specified in the CHEM_COMP_PLANE_ATOM category.
-
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 ChemCompPlane(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetId()The value of _chem_comp_plane.id must uniquely identify a record in the CHEM_COMP_PLANE list.IntColumngetNumberAtomsAll()The total number of atoms in the plane.IntColumngetNumberAtomsNh()The number of non-hydrogen atoms in the plane.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _chem_comp_plane.id must uniquely identify a record in the CHEM_COMP_PLANE list.- Returns:
- StrColumn
-
getCompId
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getNumberAtomsAll
The total number of atoms in the plane.- Returns:
- IntColumn
-
getNumberAtomsNh
The number of non-hydrogen atoms in the plane.- Returns:
- IntColumn
-