Class AuditLink

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class AuditLink
    extends BaseCategory
    Data items in the AUDIT_LINK category record details about the relationships between data blocks in the current CIF.
    • Constructor Detail

      • AuditLink

        public AuditLink​(String name,
                         int rowCount,
                         Object[] encodedColumns)
      • AuditLink

        public AuditLink​(String name)
    • Method Detail

      • getBlockCode

        public StrColumn 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

        public StrColumn getBlockDescription()
        A textual description of the relationship of the referenced data block to the current one.
        Returns:
        StrColumn