Package org.rcsb.cif.schema.mm
Class IhmDatasetList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmDatasetList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmDatasetList
extends DelegatingCategory
Category holds the list of all datasets used in the IHM modeling.
These can be datasets archived in other related databases such as
BMRB, EMDB, EMPIAR, SASBDB, PRIDE etc., or can be hosted in other
places such as the authors website, github etc. These datasets are
elaborated in detail in the IHM_DATASET_RELATED_DB_REFERENCE and/or
the IHM_DATASET_EXTERNAL_REFERENCE categories. This category
holds the list of all datasets used.
-
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 IhmDatasetList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDatabaseHosted()A flag that indicates whether the dataset is archived in an IHM related database or elsewhere.StrColumngetDataType()The type of data held in the dataset.StrColumngetDetails()Details regarding the dataset, especially those types not listed in _ihm_dataset_list.data_type.IntColumngetId()A unique identifier for the dataset.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.- Returns:
- IntColumn
-
getDataType
The type of data held in the dataset.- Returns:
- StrColumn
-
getDetails
Details regarding the dataset, especially those types not listed in _ihm_dataset_list.data_type.- Returns:
- StrColumn
-
getDatabaseHosted
A flag that indicates whether the dataset is archived in an IHM related database or elsewhere.- Returns:
- StrColumn
-