Package org.rcsb.cif.schema.mm
Class AuditLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.AuditLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditLink
extends DelegatingCategory
Data items in the AUDIT_LINK category record details about the
relationships between data blocks in the current CIF.
-
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)StrColumngetBlockCode()The value of _audit_block.code associated with a data block in the current file related to the current data block.StrColumngetBlockDescription()A textual description of the relationship of the referenced data block to the current one.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getBlockCode
The value of _audit_block.code associated with a data block in the current file related to the current data block. The special value '.' may be used to refer to the current data block for completeness.- Returns:
- StrColumn
-
getBlockDescription
A textual description of the relationship of the referenced data block to the current one.- Returns:
- StrColumn
-