Package org.rcsb.cif.schema.mm
Class PdbxPostProcessDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxPostProcessDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxPostProcessDetails
extends DelegatingCategory
Data items in the PDBX_POST_PROCESS_DETAILS identify
problems or errors encountered in the post-processing
of this entry.
-
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 PdbxPostProcessDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()The value of _pdbx_post_process_details.entry_id identifies the data block.StrColumngetSeqDetails()Details concerning the standardization of the chemical sequence data in this entry.StrColumngetText()The text description of changes required to standardize this entry.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_details.entry_id identifies the data block.- Returns:
- StrColumn
-
getText
The text description of changes required to standardize this entry. This should include any errors detected or changes in nomenclature.- Returns:
- StrColumn
-
getSeqDetails
Details concerning the standardization of the chemical sequence data in this entry.- Returns:
- StrColumn
-