|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchExpression
SearchExpression defines the interface that the boolean search expressions must implement. StringExpression and BooleanExpression implement this interface. StringExpression is the base of a BooleanExpression that can be evaluated. BooleanExpression is a recursive tree structure which has either more BooleanExpressions as nodes -or- StringExpressions.
Field Summary | |
---|---|
static int |
AND |
static int |
NAND |
static int |
NONE |
static int |
NOT |
static int |
OR |
Method Summary | |
---|---|
java.lang.String[] |
getData() Returns the data associated with the expression. |
SearchExpression |
getExpression1() Returns the expression1 in a boolean operation of the form expr1 OP expr2 (where OP is any boolean operator) |
SearchExpression |
getExpression2() Returns the expression2 in a boolean operation of the form expr1 OP expr2 (where OP is any boolean operator) |
int |
getOperator() Returns the boolean operator associated with this operand. |
boolean |
isCaseSensitive() Returns true if the SearchExpression is case sensitive, and false otherwise. |
void |
print() Prints the operands. |
Field Detail |
---|
static final int NONE
static final int AND
static final int OR
static final int NOT
static final int NAND
Method Detail |
---|
int getOperator()
SearchExpression getExpression1()
SearchExpression getExpression2()
java.lang.String[] getData()
boolean isCaseSensitive()
void print()
|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |