Package uk.ac.ebi.pride.jmztab2.model
Interface IOptColumnMappingBuilder
-
- All Known Implementing Classes:
OptColumnMappingBuilder
,OptColumnMappingBuilder.GlobalOptColumnMappingBuilder
,OptColumnMappingBuilder.IndexedElementOptColumnMappingBuilder
public interface IOptColumnMappingBuilder
Interface for optional column mapping builders.- Author:
- nilshoffmann
- See Also:
OptColumnMappingBuilder
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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 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.
-
-