Class MatchingExpression
- java.lang.Object
-
- org.openl.rules.table.properties.expressions.match.MatchingExpression
-
public class MatchingExpression extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchingExpression()MatchingExpression(String matchExpressionStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMatchingExpressiongetMatchExpression()StringgetMatchExpressionStr()voidsetMatchExpression(IMatchingExpression matchExpression)voidsetMatchExpressionStr(String matchExpressionStr)
-
-
-
Constructor Detail
-
MatchingExpression
public MatchingExpression()
-
MatchingExpression
public MatchingExpression(String matchExpressionStr)
-
-
Method Detail
-
getMatchExpressionStr
public String getMatchExpressionStr()
-
setMatchExpressionStr
public void setMatchExpressionStr(String matchExpressionStr)
-
getMatchExpression
public IMatchingExpression getMatchExpression()
-
setMatchExpression
public void setMatchExpression(IMatchingExpression matchExpression)
-
-