Package org.rcsb.cif.schema.mm
Class IhmDatasetGroup
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmDatasetGroup
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmDatasetGroup
extends DelegatingCategory
Category to define groups or collections of input datasets.
-
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 IhmDatasetGroup(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetApplication()The application / utilization of the dataset group in modeling.StrColumngetDetails()Additional details regarding the dataset group.IntColumngetId()A unique identifier for the dataset group.StrColumngetName()A name for the dataset group.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 dataset group.- Returns:
- IntColumn
-
getName
A name for the dataset group.- Returns:
- StrColumn
-
getApplication
The application / utilization of the dataset group in modeling.- Returns:
- StrColumn
-
getDetails
Additional details regarding the dataset group.- Returns:
- StrColumn
-