Package org.rcsb.cif.model.generated
Class ChemLinkPlane
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ChemLinkPlane
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ChemLinkPlane extends BaseCategory
Data items in the CHEM_LINK_PLANE category provide identifiers for the planes in a link between two chemical components. The atoms in the plane are specified in the CHEM_LINK_PLANE_ATOM category.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ChemLinkPlane(String name)ChemLinkPlane(String name, int rowCount, Object[] encodedColumns)ChemLinkPlane(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()The value of _chem_link_plane.id must uniquely identify a record in the CHEM_LINK_PLANE list.StrColumngetLinkId()This data item is a pointer to _chem_link.id in the CHEM_LINK category.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.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
-
getId
public StrColumn getId()
The value of _chem_link_plane.id must uniquely identify a record in the CHEM_LINK_PLANE list.- Returns:
- StrColumn
-
getLinkId
public StrColumn getLinkId()
This data item is a pointer to _chem_link.id in the CHEM_LINK category.- Returns:
- StrColumn
-
getNumberAtomsAll
public IntColumn getNumberAtomsAll()
The total number of atoms in the plane.- Returns:
- IntColumn
-
getNumberAtomsNh
public IntColumn getNumberAtomsNh()
The number of non-hydrogen atoms in the plane.- Returns:
- IntColumn
-
-