Package org.rcsb.cif.schema.core
Class AuditLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.AuditLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditLink
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to record details about the
relationships between data blocks in the current CIF.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description AuditLink(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetBlockCode()The value of _audit.block_code associated with a data block in the current file related to the current data block.StrColumngetBlockDescription()Description of the relationship of the referenced data block to the current one.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
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
Description of the relationship of the referenced data block to the current one.- Returns:
- StrColumn
-