Package org.rcsb.cif.model.generated
Class PdbxEntitySrcGenProdOtherParameter
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntitySrcGenProdOtherParameter
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntitySrcGenProdOtherParameter extends BaseCategory
This category contains parameters and values required to capture information about a particular process step
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntitySrcGenProdOtherParameter(String name)PdbxEntitySrcGenProdOtherParameter(String name, int rowCount, Object[] encodedColumns)PdbxEntitySrcGenProdOtherParameter(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 parameter-
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
-
-
-
-
Constructor Detail
-
PdbxEntitySrcGenProdOtherParameter
public PdbxEntitySrcGenProdOtherParameter(String name, Map<String,Column> columns)
-
PdbxEntitySrcGenProdOtherParameter
public PdbxEntitySrcGenProdOtherParameter(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntitySrcGenProdOtherParameter
public PdbxEntitySrcGenProdOtherParameter(String name)
-
-
Method Detail
-
getEntryId
public StrColumn 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
public 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
public IntColumn getStepId()
This item is a pointer to _pdbx_entity_src_gen_prod_other.step_id- Returns:
- IntColumn
-
getParameter
public StrColumn getParameter()
The name of the parameter associated with the process step- Returns:
- StrColumn
-
getValue
public StrColumn getValue()
The value of the parameter- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about the parameter- Returns:
- StrColumn
-
-