Package org.rcsb.cif.schema.mm
Class PdbxDatabaseProc
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDatabaseProc
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDatabaseProc
extends DelegatingCategory
Internal records to track the data processing cycle.
-
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 PdbxDatabaseProc(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCycleId()This is a number of the processing cycle.StrColumngetDateBeginCycle()This is the date of the start of the processing cycle.StrColumngetDateEndCycle()This is the date of the end of the processing cycle.StrColumngetDetails()Special details about the current processing cycle.StrColumngetEntryId()The value of _pdbx_database_proc.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_database_proc.entry_id identifies the data block.- Returns:
- StrColumn
-
getCycleId
This is a number of the processing cycle.- Returns:
- StrColumn
-
getDateBeginCycle
This is the date of the start of the processing cycle.- Returns:
- StrColumn
-
getDateEndCycle
This is the date of the end of the processing cycle.- Returns:
- StrColumn
-
getDetails
Special details about the current processing cycle.- Returns:
- StrColumn
-