Package org.rcsb.cif.schema.mm
Class PdbxDepuiEntityStatusFlags
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepuiEntityStatusFlags
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepuiEntityStatusFlags
extends DelegatingCategory
Data items in the PDBX_DEPUI_ENTITY_STATUS_FLAGS category record status
details related to individual entities.
-
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 PdbxDepuiEntityStatusFlags(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDepDatasetId()The internal identifier assigned to each deposition.StrColumngetEntityId()A reference to the _entity.id in the ENTITY_POLY categoryStrColumngetHasMutation()A flag to indicate that the entity has a mutation.StrColumngetSampleXyzSequenceAlignmentsValid()A flag to indicate that sample and coordinate sequence alignments is valid for this entityMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDepDatasetId
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getEntityId
A reference to the _entity.id in the ENTITY_POLY category- Returns:
- StrColumn
-
getHasMutation
A flag to indicate that the entity has a mutation.- Returns:
- StrColumn
-
getSampleXyzSequenceAlignmentsValid
A flag to indicate that sample and coordinate sequence alignments is valid for this entity- Returns:
- StrColumn
-