Package org.rcsb.cif.schema.mm
Class IhmStructAssemblyClass
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStructAssemblyClass
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStructAssemblyClass
extends DelegatingCategory
Data items in the IHM_STRUCT_ASSEMBLY_CLASS category lists
all the structural assembly classes relevant to the entry. This
category provides a mechanism to define classes of the
structural assemblies.
-
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 IhmStructAssemblyClass(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescription()Additional description regarding the class.IntColumngetId()A unique identifier for the structural assembly class.StrColumngetName()A user provided name for the class.StrColumngetType()The type of classifier.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 class.- Returns:
- IntColumn
-
getName
A user provided name for the class.- Returns:
- StrColumn
-
getType
The type of classifier.- Returns:
- StrColumn
-
getDescription
Additional description regarding the class.- Returns:
- StrColumn
-