Package org.rcsb.cif.model.generated
Class PdbxAuditRevisionGroup
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxAuditRevisionGroup
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxAuditRevisionGroup extends BaseCategory
Data items in the PDBX_AUDIT_revision_group category report the content groups associated with a PDBX_AUDIT_REVISION_HISTORY record.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxAuditRevisionGroup(String name)PdbxAuditRevisionGroup(String name, int rowCount, Object[] encodedColumns)PdbxAuditRevisionGroup(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDataContentType()The type of file that the pdbx_audit_revision_history record refers to.StrColumngetGroup()The collection of categories updated with this revision.IntColumngetOrdinal()A unique identifier for the pdbx_audit_revision_group record.IntColumngetRevisionOrdinal()A pointer to _pdbx_audit_revision_history.ordinal-
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
-
getOrdinal
public IntColumn getOrdinal()
A unique identifier for the pdbx_audit_revision_group record.- Returns:
- IntColumn
-
getRevisionOrdinal
public IntColumn getRevisionOrdinal()
A pointer to _pdbx_audit_revision_history.ordinal- Returns:
- IntColumn
-
getDataContentType
public StrColumn getDataContentType()
The type of file that the pdbx_audit_revision_history record refers to.- Returns:
- StrColumn
-
getGroup
public StrColumn getGroup()
The collection of categories updated with this revision.- Returns:
- StrColumn
-
-