Package org.jumpmind.symmetric.route
Class ColumnMatchDataRouter.Expression
java.lang.Object
org.jumpmind.symmetric.route.ColumnMatchDataRouter.Expression
- Enclosing class:
- ColumnMatchDataRouter
-
Field Details
-
EQUALS
- See Also:
-
NOT_EQUALS
- See Also:
-
CONTAINS
- See Also:
-
NOT_CONTAINS
- See Also:
-
-
Constructor Details
-
Expression
-
-
Method Details
-
getTokens
-
getOperator
-
hasEquals
public boolean hasEquals() -
hasNotEquals
public boolean hasNotEquals() -
hasContains
public boolean hasContains() -
hasNotContains
public boolean hasNotContains()
-