Interface IMatchingExpression
-
- All Known Implementing Classes:
AMatchingExpression,ContainsMatchingExpression,EQMatchingExpression,GEMatchingExpression,GTMatchingExpression,LEMatchingExpression,LTMatchingExpression
public interface IMatchingExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCodeExpression(String param)StringgetContextAttribute()IMatchingExpressiongetContextAttributeExpression()StringgetOperationName()booleanisContextAttributeExpression()
-
-
-
Method Detail
-
getOperationName
String getOperationName()
-
getContextAttribute
String getContextAttribute()
-
getContextAttributeExpression
IMatchingExpression getContextAttributeExpression()
-
isContextAttributeExpression
boolean isContextAttributeExpression()
-
-