Class DispatcherTableReturnColumn
- java.lang.Object
-
- org.openl.rules.validation.properties.dimentional.DispatcherTableReturnColumn
-
public class DispatcherTableReturnColumn extends Object
This class is used to build dispatcher table by dimensional properties for the group of overloaded tables. In this table in return column there are calls for original table from the group for every rule.- Author:
- DLiauchuk
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodeExpression()StringgetParameterDeclaration()IOpenClassgetReturnType()StringgetRuleValue(int ruleIndex)StringgetRuleValue(int ruleIndex, int elementNum)StringgetTitle()
-
-
-
Method Detail
-
getParameterDeclaration
public String getParameterDeclaration()
-
getCodeExpression
public String getCodeExpression()
-
getTitle
public String getTitle()
-
getRuleValue
public String getRuleValue(int ruleIndex, int elementNum)
-
getReturnType
public IOpenClass getReturnType()
-
getRuleValue
public String getRuleValue(int ruleIndex)
-
-