|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompareCriteria
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 |
|---|
static final int EQ
static final int GE
static final int GT
static final int LE
static final int LT
static final int NE
| Method Detail |
|---|
IExpression getLeftExpression()
IExpression getRightExpression()
int getOperator()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||