Package org.rcsb.cif.schema.mm
Class IhmStructAssembly
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStructAssembly
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStructAssembly
extends DelegatingCategory
Data items in the IHM_STRUCT_ASSEMBLY category lists
all the structural assemblies 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 IhmStructAssembly(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescription()Description of the structural assembly.IntColumngetId()A unique identifier for the structural assembly.StrColumngetName()A name for the structural assembly.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 structural assembly.- Returns:
- IntColumn
-
getName
A name for the structural assembly.- Returns:
- StrColumn
-
getDescription
Description of the structural assembly.- Returns:
- StrColumn
-