Package org.rcsb.cif.model.generated
Class PdbxEntityFuncEnzyme
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityFuncEnzyme
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityFuncEnzyme extends BaseCategory
Data items in the PDBX_ENTITY_FUNC_ENZYME category describe characteristics of protein oligonucleotide binding in which the binding mode is enzymatic.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityFuncEnzyme(String name)PdbxEntityFuncEnzyme(String name, int rowCount, Object[] encodedColumns)PdbxEntityFuncEnzyme(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-