Package org.rcsb.cif.schema.mm
Class PdbxAuditRevisionCategory
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxAuditRevisionCategory
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxAuditRevisionCategory
extends DelegatingCategory
Data items in the PDBX_AUDIT_REVISION_CATEGORY category
report the data categories associated with a PDBX_AUDIT_REVISION_HISTORY record.
-
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 PdbxAuditRevisionCategory(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCategory()The category updated in the pdbx_audit_revision_category record.StrColumngetDataContentType()The type of file that the pdbx_audit_revision_history record refers to.IntColumngetOrdinal()A unique identifier for the pdbx_audit_revision_category record.IntColumngetRevisionOrdinal()A pointer to _pdbx_audit_revision_history.ordinalMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
A unique identifier for the pdbx_audit_revision_category record.- Returns:
- IntColumn
-
getRevisionOrdinal
A pointer to _pdbx_audit_revision_history.ordinal- Returns:
- IntColumn
-
getDataContentType
The type of file that the pdbx_audit_revision_history record refers to.- Returns:
- StrColumn
-
getCategory
The category updated in the pdbx_audit_revision_category record.- Returns:
- StrColumn
-