public static interface CqQuery.FilterNode extends CqQuery.Filter
CqQuery.Filter.Operation
Modifier and Type | Method and Description |
---|---|
CqQuery.Filter |
getOperand()
Returns the first operand of this FilterNode.
|
CqQuery.Filter |
getOperand(int n)
Returns the n-th operand of the conjunction or disjunction.
|
int |
getOperandCount()
Returns the number of operands in this node.
|
CqQuery.Filter[] |
getOperands()
Returns all operands of the conjunction or disjunction represented by
this node.
|
void |
setOperands(CqQuery.Filter... list)
Sets all operands of the conjunction or disjunction represented by
this node.
|
getOperation, setOperation
CqQuery.Filter getOperand()
getOperand(0)
CqQuery.Filter getOperand(int n)
n
- The 0-based index of the operand desired. Must not exceed
the number of operands defined for the Operation of this
node.int getOperandCount()
CqQuery.Filter[] getOperands()
void setOperands(CqQuery.Filter... list)
list
- An array of Filter objects representing the operands of
this FilterNode.Copyright © IBM 2017. All rights reserved.