Class 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
    • 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