Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenProdOtherParameter
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenProdOtherParameter
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenProdOtherParameter
extends DelegatingCategory
This category contains parameters and values required to capture
information about a particular process step
-
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 PdbxEntitySrcGenProdOtherParameter(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional details about the parameterStrColumngetEntityId()The value of _pdbx_entity_src_gen_prod_other_parameter.entity_id is a pointer to _pdbx_entity_src_gen_prod_other.entity_idStrColumngetEntryId()The value of _pdbx_entity_src_gen_prod_other_parameter.entry_id is a pointer to _pdbx_entity_src_gen_prod_other.entry.idStrColumngetParameter()The name of the parameter associated with the process stepIntColumngetStepId()This item is a pointer to _pdbx_entity_src_gen_prod_other.step_idStrColumngetValue()The value of the parameterMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_entity_src_gen_prod_other_parameter.entry_id is a pointer to _pdbx_entity_src_gen_prod_other.entry.id- Returns:
- StrColumn
-
getEntityId
The value of _pdbx_entity_src_gen_prod_other_parameter.entity_id is a pointer to _pdbx_entity_src_gen_prod_other.entity_id- Returns:
- StrColumn
-
getStepId
This item is a pointer to _pdbx_entity_src_gen_prod_other.step_id- Returns:
- IntColumn
-
getParameter
The name of the parameter associated with the process step- Returns:
- StrColumn
-
getValue
The value of the parameter- Returns:
- StrColumn
-
getDetails
Additional details about the parameter- Returns:
- StrColumn
-