Package org.rcsb.cif.model.generated
Class DatabasePDBRevRecord
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DatabasePDBRevRecord
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DatabasePDBRevRecord extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DatabasePDBRevRecord(String name)DatabasePDBRevRecord(String name, int rowCount, Object[] encodedColumns)DatabasePDBRevRecord(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getDetails
public StrColumn getDetails()
A description of special aspects of the revision of records in this PDB entry.- Returns:
- StrColumn
-
getRevNum
public IntColumn getRevNum()
This data item is a pointer to _database_PDB_rev.num in the DATABASE_PDB_REV category.- Returns:
- IntColumn
-
getType
public StrColumn getType()
The types of records that were changed in this revision to a PDB entry.- Returns:
- StrColumn
-
-