Class EntryLink

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class EntryLink
    extends BaseCategory
    Data items in the ENTRY_LINK category record the relationships between the current data block identified by _entry.id and other data blocks within the current file which may be referenced in the current data block.
    • Constructor Detail

      • EntryLink

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

        public EntryLink​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        This data item is a pointer to _entry.id in the ENTRY category.
        Returns:
        StrColumn
      • getId

        public StrColumn getId()
        The value of _entry_link.id identifies a data block related to the current data block.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        A description of the relationship between the data blocks identified by _entry_link.id and _entry_link.entry_id.
        Returns:
        StrColumn