|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConditionNode
ConditionNode represents a node condition on a QueryExpression binary tree. AND/OR of the ConditionNode is for the non-leaf node of the tree and other ConditionNode besides AND/OR will be a leaf in the tree.
| Field Summary | |
|---|---|
static ConditionNode |
ANDAND is an empty ConditionNode which is used for non-leaf binary tree node. |
static ConditionNode |
OROR is an empty ConditionNode which is used for non-leaf binary tree node. |
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()Gets the field name of the condition |
Operation |
getOperation()Gets the operation that the condition will use |
java.util.List |
getValues()Gets the list of values that the condition will be evaluated against |
boolean |
isNegate()Gets whether the condition needs to hold true or not for the fieldname/operation and list of values specified |
| Field Detail |
|---|
static final ConditionNode AND
static final ConditionNode OR
| Method Detail |
|---|
java.lang.String getFieldName()
Operation getOperation()
java.util.List getValues()
boolean isNegate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.