Package org.rcsb.cif.model.generated
Class IhmDatasetList
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmDatasetList
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmDatasetList extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmDatasetList(String name)IhmDatasetList(String name, int rowCount, Object[] encodedColumns)IhmDatasetList(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getId
public IntColumn getId()
A unique identifier for the dataset.- Returns:
- IntColumn
-
getDataType
public StrColumn getDataType()
The type of data held in the dataset.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details regarding the dataset, especially those types not listed in _ihm_dataset_list.data_type.- Returns:
- StrColumn
-
getDatabaseHosted
public StrColumn getDatabaseHosted()
A flag that indicates whether the dataset is archived in an IHM related database or elsewhere.- Returns:
- StrColumn
-
-