Package org.rcsb.cif.schema.mm
Class PdbxReferenceLinkedEntityCompList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceLinkedEntityCompList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceLinkedEntityCompList
extends DelegatingCategory
Data items in the pdbx_reference_linked_entity_comp_list category lists
the constituents of common observed interaction patterns
described in the pdbx_reference_linked_entity category.
-
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
Constructors Constructor Description PdbxReferenceLinkedEntityCompList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The component identifer for the constituent within the linked entity..IntColumngetLinkedEntityId()This data item is a pointer to _pdbx_reference_linked_entity.id in the pdbx_reference_linked_entity category.IntColumngetListId()This data item uniquely identifies a constituent of with the linked entity.StrColumngetName()The name of the constituent withing the linked entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getLinkedEntityId
This data item is a pointer to _pdbx_reference_linked_entity.id in the pdbx_reference_linked_entity category.- Returns:
- IntColumn
-
getListId
This data item uniquely identifies a constituent of with the linked entity.- Returns:
- IntColumn
-
getName
The name of the constituent withing the linked entity.- Returns:
- StrColumn
-
getCompId
The component identifer for the constituent within the linked entity..- Returns:
- StrColumn
-