Predicate.Operator
Constructor and Description |
---|
Condition(String value,
Predicate left,
Predicate right) |
Modifier and Type | Method and Description |
---|---|
Predicate.Operator |
getOperator() |
Result.Type |
getType() |
String |
getValue() |
boolean |
isAllTrue() |
boolean |
isKey() |
boolean |
isLeaf() |
boolean |
isLogicalOperator() |
boolean |
isNotExist() |
Predicate |
left() |
Predicate |
right() |
void |
setAllTrue(boolean isAllTrue) |
void |
setNotExist(boolean notExist) |
String |
toString() |
public boolean isNotExist()
isNotExist
in interface Predicate
public void setAllTrue(boolean isAllTrue)
public Predicate.Operator getOperator()
getOperator
in interface Predicate
public boolean isLogicalOperator()
isLogicalOperator
in interface Predicate
public void setNotExist(boolean notExist)
public Result.Type getType()
Copyright © 2016. All rights reserved.