Class ColumnMatchDataRouter.Expression

java.lang.Object
org.jumpmind.symmetric.route.ColumnMatchDataRouter.Expression
Enclosing class:
ColumnMatchDataRouter

public static class ColumnMatchDataRouter.Expression extends Object
  • Field Details

  • Constructor Details

    • Expression

      public Expression(String operator, String[] tokens)
  • Method Details

    • getTokens

      public String[] getTokens()
    • getOperator

      public String getOperator()
    • hasEquals

      public boolean hasEquals()
    • hasNotEquals

      public boolean hasNotEquals()
    • hasContains

      public boolean hasContains()
    • hasNotContains

      public boolean hasNotContains()
    • isHasHas

      public boolean isHasHas()
    • setHasHas

      public void setHasHas(boolean hasHas)
    • isHasNotHas

      public boolean isHasNotHas()
    • setHasNotHas

      public void setHasNotHas(boolean hasNotHas)
    • isHasStartsWith

      public boolean isHasStartsWith()
    • setHasStartsWith

      public void setHasStartsWith(boolean hasStartsWith)
    • isHasNotStartsWith

      public boolean isHasNotStartsWith()
    • setHasNotStartsWith

      public void setHasNotStartsWith(boolean hasNotStartsWith)
    • isHasEndsWith

      public boolean isHasEndsWith()
    • setHasEndsWith

      public void setHasEndsWith(boolean hasEndsWith)
    • isHasNotEndsWith

      public boolean isHasNotEndsWith()
    • setHasNotEndsWith

      public void setHasNotEndsWith(boolean hasNotEndsWith)