Interface IOptColumnMappingBuilder

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default de.isas.mztab2.model.OptColumnMapping build​(String value)
      Use the current builder state to create an OptColumnMapping with the provided value for e.g. a particular feature (row).
    • Method Detail

      • build

        default de.isas.mztab2.model.OptColumnMapping build​(String value)
        Use the current builder state to create an OptColumnMapping with the provided value for e.g. a particular feature (row).
        Parameters:
        value - the value for the mapping.
        Returns:
        the optional column mapping built from this builder instance.