|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CqQuery.FilterNode
The conjunction or disjunction of subexpressions within a query filter expression. This structure is used to represent a node within the filter expression tree. It represents the logical conjunction (ANDing) or disjunction (ORing) of filter subexpressions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface CqQuery.Filter |
---|
CqQuery.Filter.Operation |
Method Summary | |
---|---|
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. |
Methods inherited from interface CqQuery.Filter |
---|
getOperation, setOperation |
Method Detail |
---|
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.
|
Generated Tue 17-Jun-2014 01:15 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |