Package org.rcsb.cif.schema.mm
Class IhmModelRepresentation
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmModelRepresentation
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelRepresentation
extends DelegatingCategory
Data items in the IHM_MODEL_REPRESENTATION category lists the
various mono or multi-scale model representations used in the
integrative modeling study.
-
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 IhmModelRepresentation(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional details about the model representation.IntColumngetId()A unique identifier for the model representation.StrColumngetName()Name/brief description for the model representation.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the model representation.- Returns:
- IntColumn
-
getName
Name/brief description for the model representation.- Returns:
- StrColumn
-
getDetails
Additional details about the model representation.- Returns:
- StrColumn
-