Package org.rcsb.cif.schema.mm
Class PdbxAudit
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxAudit
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxAudit
extends DelegatingCategory
The PDBX_AUDIT holds current version information.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCurrentVersion()The value of _pdbx_audit.entry_id identifies the data block.StrColumngetEntryId()The value of _pdbx_audit.entry_id identifies the data block.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_audit.entry_id identifies the data block.- Returns:
- StrColumn
-
getCurrentVersion
The value of _pdbx_audit.entry_id identifies the data block.- Returns:
- StrColumn
-