Package org.rcsb.cif.model.generated
Class PdbxDepuiEntityFeatures
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDepuiEntityFeatures
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDepuiEntityFeatures extends BaseCategory
Data items in the PDBX_DEPUI_ENTITY_FEATURES category record status details related to the features of individual entities.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepuiEntityFeatures(String name)PdbxDepuiEntityFeatures(String name, int rowCount, Object[] encodedColumns)PdbxDepuiEntityFeatures(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDepDatasetId()The internal identifier assigned to each deposition.StrColumngetEntityId()A reference to the _entity.id in the ENTITY categoryStrColumngetType()A flag to indicate the molecule class for the entity.-
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
-
getDepDatasetId
public StrColumn getDepDatasetId()
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getEntityId
public StrColumn getEntityId()
A reference to the _entity.id in the ENTITY category- Returns:
- StrColumn
-
getType
public StrColumn getType()
A flag to indicate the molecule class for the entity.- Returns:
- StrColumn
-
-