Package org.rcsb.cif.schema.mm
Class IhmDatasetGroupLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmDatasetGroupLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmDatasetGroupLink
extends DelegatingCategory
IHM_DATASET_GROUP_LINK category provides the list of datasets present in
a particular group.
-
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 IhmDatasetGroupLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetDatasetListId()An identifier for the dataset.IntColumngetGroupId()An identifier 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
-
getDatasetListId
An identifier for the dataset. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getGroupId
An identifier for the dataset group. This data item is a pointer to _ihm_dataset_group.id in the IHM_DATASET_GROUP category.- Returns:
- IntColumn
-