|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface marks the criteria object as a comparison condition.
| Field Summary | |
static int |
EQ
Constant indicating the two operands are equal. |
static int |
GE
Constant indicating the first operand is greater than or equal to the second. |
static int |
GT
Constant indicating the first operand is greater than the second. |
static int |
LE
Constant indicating the first operand is less than or equal to the second. |
static int |
LT
Constant indicating the first operand is less than the second. |
static int |
NE
Constant indicating the two operands are not equal. |
| Method Summary | |
IExpression |
getLeftExpression()
returns the left expression of the criteria. |
int |
getOperator()
returns the operator of the criteria |
IExpression |
getRightExpression()
returns the right expression of the criteria. |
| Field Detail |
public static final int EQ
public static final int GE
public static final int GT
public static final int LE
public static final int LT
public static final int NE
| Method Detail |
public IExpression getLeftExpression()
public IExpression getRightExpression()
public int getOperator()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||