Class DecisionTableBuilder
- java.lang.Object
-
- org.openl.rules.validation.properties.dimentional.DecisionTableBuilder
-
public class DecisionTableBuilder extends Object
Creates the memory representation of DT table by POI.- Author:
- DLiauchuk
-
-
Constructor Summary
Constructors Constructor Description DecisionTableBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XlsSheetGridModelbuild()voidsetMethodName(String methodName)
-
-
-
Method Detail
-
setMethodName
public void setMethodName(String methodName)
-
build
public XlsSheetGridModel build()
-
-