public class SimpleParameterColumn extends ADispatcherTableColumn
LOCAL_PARAM_SUFFIX| Modifier and Type | Method and Description |
|---|---|
String |
getCodeExpression()
Gets the string representation of the code expression cell(the next cell after column type definition see
IDecisionTableColumn.getColumnType()). |
String |
getParameterDeclaration()
Gets the string representation of the parameter declaration cell(the next cell after code expression cell
see
IDecisionTableColumn.getCodeExpression()). |
String |
getRuleValue(int ruleIndex,
int elementNum)
As condition may has several local parameters see
IDecisionTableColumn.getNumberOfLocalParameters(), so the rule values is a
matrix, where first index is the rule index, the second - the index of local parameter. |
String |
getTitle()
Gets the string representation of the title(business name) cell(the next cell after the parameter declaration
cell see
IDecisionTableColumn.getParameterDeclaration()). |
getColumnType, getNumberOfLocalParameters, getProperty, getRules, getRuleValuepublic String getCodeExpression()
IDecisionTableColumnIDecisionTableColumn.getColumnType()).public String getTitle()
IDecisionTableColumnIDecisionTableColumn.getParameterDeclaration()).public String getParameterDeclaration()
IDecisionTableColumnIDecisionTableColumn.getCodeExpression()).public String getRuleValue(int ruleIndex, int elementNum)
IDecisionTableColumnIDecisionTableColumn.getNumberOfLocalParameters(), so the rule values is a
matrix, where first index is the rule index, the second - the index of local parameter. If the
IDecisionTableColumn.getNumberOfLocalParameters() is more than 1, use this method to get all rule values.ruleIndex - index of the ruleelementNum - index of the local parameterCopyright © 2004–2019 OpenL Tablets. All rights reserved.