Package org.rcsb.cif.schema.mm
Class PdbxEntityFuncBindMode
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityFuncBindMode
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityFuncBindMode
extends DelegatingCategory
Data items in the PDBX_ENTITY_FUNC_BIND_MODE category describe
characteristics of protein oligonucleotide binding.
-
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 PdbxEntityFuncBindMode(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDomainId()This data item is a pointer to _pdbx_entity_poly_domain.id in the PDBX_ENTITY_POLY_DOMAIN category.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetId()The value of _pdbx_entity_func_bind_mode.id is a unique identifier for a binding mode within a domain within an entity.StrColumngetProteinBindsTo()This data item identifies the type of oligonucleotide to which the protein binds.StrColumngetType()This data item describes the functional type of the protein oligonucleotide binding interaction.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_entity_func_bind_mode.id is a unique identifier for a binding mode within a domain within an entity. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getDomainId
This data item is a pointer to _pdbx_entity_poly_domain.id in the PDBX_ENTITY_POLY_DOMAIN category.- Returns:
- StrColumn
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getProteinBindsTo
This data item identifies the type of oligonucleotide to which the protein binds.- Returns:
- StrColumn
-
getType
This data item describes the functional type of the protein oligonucleotide binding interaction.- Returns:
- StrColumn
-