Package org.rcsb.cif.model.generated
Class IhmGeometricObjectHalfTorus
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmGeometricObjectHalfTorus
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmGeometricObjectHalfTorus extends BaseCategory
Data items in the IHM_GEOMETRIC_OBJECT_HALF_TORUS category records the parameters of half-torus that represents a membrane.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmGeometricObjectHalfTorus(String name)IhmGeometricObjectHalfTorus(String name, int rowCount, Object[] encodedColumns)IhmGeometricObjectHalfTorus(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.StrColumngetSection()The section of the torus representing the half-torus.FloatColumngetThicknessTh()Thickness "th" of the half-torus.-
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
-
-
-
-
Constructor Detail
-
IhmGeometricObjectHalfTorus
public IhmGeometricObjectHalfTorus(String name, Map<String,Column> columns)
-
IhmGeometricObjectHalfTorus
public IhmGeometricObjectHalfTorus(String name, int rowCount, Object[] encodedColumns)
-
IhmGeometricObjectHalfTorus
public IhmGeometricObjectHalfTorus(String name)
-
-
Method Detail
-
getObjectId
public IntColumn getObjectId()
Identifier to the geometric object. This data item is a pointer to the _ihm_geometric_object_torus.object_id in the IHM_GEOMETRIC_OBJECT_TORUS category.- Returns:
- IntColumn
-
getThicknessTh
public FloatColumn getThicknessTh()
Thickness "th" of the half-torus.- Returns:
- FloatColumn
-
getSection
public StrColumn getSection()
The section of the torus representing the half-torus.- Returns:
- StrColumn
-
-