Package org.rcsb.cif.model.generated
Class IhmGeometricObjectPlane
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmGeometricObjectPlane
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmGeometricObjectPlane extends BaseCategory
Data items in the IHM_GEOMETRIC_OBJECT_PLANE category records the details of a plane used in a spatial restraint.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmGeometricObjectPlane(String name)IhmGeometricObjectPlane(String name, int rowCount, Object[] encodedColumns)IhmGeometricObjectPlane(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetObjectId()Identifier to the geometric object.StrColumngetPlaneType()The type of plane.IntColumngetTransformationId()Identifier to the description of the transformation.-
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
-
getObjectId
public IntColumn getObjectId()
Identifier to the geometric object. This data item is a pointer to the _ihm_geometric_object_list.object_id in the IHM_GEOMETRIC_OBJECT_LIST category.- Returns:
- IntColumn
-
getPlaneType
public StrColumn getPlaneType()
The type of plane.- Returns:
- StrColumn
-
getTransformationId
public IntColumn getTransformationId()
Identifier to the description of the transformation. This data item is a pointer to the _ihm_geometric_object_transformation.id in the IHM_GEOMETRIC_OBJECT_TRANSFORMATION category. If no transformation is provide, identity transformation is assumed.- Returns:
- IntColumn
-
-