Package org.rcsb.cif.schema.mm
Class IhmGeometricObjectHalfTorus
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmGeometricObjectHalfTorus
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmGeometricObjectHalfTorus
extends DelegatingCategory
Data items in the IHM_GEOMETRIC_OBJECT_HALF_TORUS category records the parameters of
half-torus that represents a membrane.
-
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 IhmGeometricObjectHalfTorus(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
Thickness "th" of the half-torus.- Returns:
- FloatColumn
-
getSection
The section of the torus representing the half-torus.- Returns:
- StrColumn
-