Package org.rcsb.cif.schema.mm
Class PdbxPostProcessStatus
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxPostProcessStatus
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxPostProcessStatus
extends DelegatingCategory
Data items in the PDBX_POST_PROCESS_DETAILS record
the status of post-processed entries.
-
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 PdbxPostProcessStatus(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAnnotator()The name of the annotator.StrColumngetCycleId()Identifier for the current cycle of post-processing.StrColumngetDateBegin()The starting date for the current post-processing cycle.StrColumngetDateEnd()The completion date for the current post-processing cycle.StrColumngetDetails()A description of the current post-processing cycle.StrColumngetEntryId()The value of _pdbx_post_process_status.entry_id identifies the data block.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_post_process_status.entry_id identifies the data block.- Returns:
- StrColumn
-
getCycleId
Identifier for the current cycle of post-processing.- Returns:
- StrColumn
-
getDateBegin
The starting date for the current post-processing cycle.- Returns:
- StrColumn
-
getDateEnd
The completion date for the current post-processing cycle.- Returns:
- StrColumn
-
getDetails
A description of the current post-processing cycle.- Returns:
- StrColumn
-
getAnnotator
The name of the annotator.- Returns:
- StrColumn
-