public interface ICompareCriteria extends IPredicateCriteria
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int EQ
static final int GE
static final int GT
static final int LE
static final int LT
static final int NE
IExpression getLeftExpression()
IExpression getRightExpression()
int getOperator()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
Copyright 2021 SAP SE Complete Copyright Notice