public class BooleanOp extends Predicate
| Modifier and Type | Class and Description |
|---|---|
static class |
BooleanOp.Operator |
| Constructor and Description |
|---|
BooleanOp() |
| Modifier and Type | Method and Description |
|---|---|
ValueElement |
getOperand1() |
Object |
getOperand2() |
BooleanOp.Operator |
getOperator() |
void |
setOperand1(ValueElement operand1) |
void |
setOperand2(Object operand2) |
void |
setOperator(BooleanOp.Operator operator) |
getNext, getNotCount, setNext, setNotCountgetClauseType, setClauseTypepublic ValueElement getOperand1()
public void setOperand1(ValueElement operand1)
public BooleanOp.Operator getOperator()
public void setOperator(BooleanOp.Operator operator)
public Object getOperand2()
public void setOperand2(Object operand2)
Copyright © 2016. All rights reserved.