Class LEMatchingExpression
- java.lang.Object
-
- org.openl.rules.table.properties.expressions.match.AMatchingExpression
-
- org.openl.rules.table.properties.expressions.match.LEMatchingExpression
-
- All Implemented Interfaces:
IMatchingExpression
public class LEMatchingExpression extends AMatchingExpression
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description LEMatchingExpression(String contextAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContextAttributeExpression()-
Methods inherited from class org.openl.rules.table.properties.expressions.match.AMatchingExpression
getCodeExpression, getContextAttribute, getContextAttributeExpression, getOperation, getOperationName
-
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LEMatchingExpression
public LEMatchingExpression(String contextAttribute)
-
-