Package org.rcsb.cif.model.generated
Class ChemLinkPlaneAtom
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ChemLinkPlaneAtom
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ChemLinkPlaneAtom extends BaseCategory
Data items in the CHEM_LINK_PLANE_ATOM category enumerate the atoms in a plane in a link between two chemical components.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ChemLinkPlaneAtom(String name)ChemLinkPlaneAtom(String name, int rowCount, Object[] encodedColumns)ChemLinkPlaneAtom(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAtomCompId()This data item indicates whether the atom in a plane is found in the first or the second of the two components connected by the link.StrColumngetAtomId()The ID of an atom involved in the plane.StrColumngetPlaneId()This data item is a pointer to _chem_link_plane.id in the CHEM_LINK_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
-
getAtomCompId
public StrColumn getAtomCompId()
This data item indicates whether the atom in a plane is found in the first or the second of the two components connected by the link.- Returns:
- StrColumn
-
getAtomId
public StrColumn getAtomId()
The ID of an atom involved in the plane. As this data item does not point to a specific atom in a specific chemical component, it is not a child in the linkage sense.- Returns:
- StrColumn
-
getPlaneId
public StrColumn getPlaneId()
This data item is a pointer to _chem_link_plane.id in the CHEM_LINK_PLANE category.- Returns:
- StrColumn
-
-