Package org.rcsb.cif.model.generated
Class AuditLink
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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()A textual description of the relationship of the referenced data block to the current one.-
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
-
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
-
-