Class LTMatchingExpression
- java.lang.Object
-
- org.openl.rules.table.properties.expressions.match.AMatchingExpression
-
- org.openl.rules.table.properties.expressions.match.LTMatchingExpression
-
- All Implemented Interfaces:
IMatchingExpression
public class LTMatchingExpression extends AMatchingExpression
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description LTMatchingExpression(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
-
LTMatchingExpression
public LTMatchingExpression(String contextAttribute)
-
-