Package org.rcsb.cif.schema.mm
Class EntryLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EntryLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EntryLink
extends DelegatingCategory
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.
-
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)StrColumngetDetails()A description of the relationship between the data blocks identified by _entry_link.id and _entry_link.entry_id.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()The value of _entry_link.id identifies a data block related to the current data block.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
The value of _entry_link.id identifies a data block related to the current data block.- Returns:
- StrColumn
-
getDetails
A description of the relationship between the data blocks identified by _entry_link.id and _entry_link.entry_id.- Returns:
- StrColumn
-