Interface ParameterizedValueBuilder
-
- All Known Implementing Classes:
IndexedParametersValueBuilder,LiteralValueBuilder,SingleParameterValueBuilder
public interface ParameterizedValueBuilderSomething that can convert a String value into one or more DTCellValue52's
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParameterizedValueBuilder.Part
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCellValue(int row, int column, String value)List<List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>>getColumnData()List<String>getParameters()StringgetTemplate()
-