Package org.rcsb.cif.schema.mm
Class DatabasePDBRevRecord
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DatabasePDBRevRecord
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DatabasePDBRevRecord
extends DelegatingCategory
Data items in the DATABASE_PDB_REV_RECORD category record
details about specific record types that were changed in a
given revision of a PDB entry.
These data items are assigned by the PDB database managers and
should only appear in a data block if they originate from that
source.
-
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 DatabasePDBRevRecord(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the revision of records in this PDB entry.IntColumngetRevNum()This data item is a pointer to _database_PDB_rev.num in the DATABASE_PDB_REV category.StrColumngetType()The types of records that were changed in this revision to a PDB entry.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the revision of records in this PDB entry.- Returns:
- StrColumn
-
getRevNum
This data item is a pointer to _database_PDB_rev.num in the DATABASE_PDB_REV category.- Returns:
- IntColumn
-
getType
The types of records that were changed in this revision to a PDB entry.- Returns:
- StrColumn
-