Package org.rcsb.cif.schema.mm
Class IhmStructAssemblyClassLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStructAssemblyClassLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStructAssemblyClassLink
extends DelegatingCategory
Data items in the IHM_STRUCT_ASSEMBLY_CLASS_LINK category provides
details regarding the structural assembly classes. This
category provides a mechanism to identify the classes to which
structural assemblies belong.
-
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 IhmStructAssemblyClassLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAssemblyId()An identifier for the structural assembly.IntColumngetClassId()An identifier for the structural assembly class.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getClassId
An identifier for the structural assembly class. This data item is a pointer to _ihm_struct_assembly_class.id in the IHM_STRUCT_ASSEMBLY_CLASS category.- Returns:
- IntColumn
-
getAssemblyId
An identifier for the structural assembly. This data item is a pointer to _ihm_struct_assembly.id in the IHM_STRUCT_ASSEMBLY category.- Returns:
- IntColumn
-