Package org.rcsb.cif.schema.mm
Class PdbxEntityFuncEnzyme
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityFuncEnzyme
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityFuncEnzyme
extends DelegatingCategory
Data items in the PDBX_ENTITY_FUNC_ENZYME category describe
characteristics of protein oligonucleotide binding in which
the binding mode is enzymatic.
-
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 PdbxEntityFuncEnzyme(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBindModeId()This data item is pointer to _pdbx_entity_func_bind_mode.id in the PDBX_ENTITY_FUNC_BIND_MODE category.StrColumngetType()This data item describes the type of enzyme function.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getBindModeId
This data item is pointer to _pdbx_entity_func_bind_mode.id in the PDBX_ENTITY_FUNC_BIND_MODE category.- Returns:
- StrColumn
-
getType
This data item describes the type of enzyme function.- Returns:
- StrColumn
-