|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the relational operator for the condition-based filter IBIConditionBasedFilter
or for variable
values of type IBISapVariableValueRange
.
All the relational operators are operators in a strict mathematical sense.
The only exception is the operator BETWEEN which corresponds to the expression:
X GREATERTHANEQUAL LOW AND X LESSTHANEQUAL HIGH
EQUAL
- corresponds to
equal
NOTEQUAL
- corresponds to not equal
GREATERTHAN
- corresponds to greater than
GREATERTHANEQUAL
- corresponds
to greater than or equal to
LESSTHAN
- corresponds to less than
LESSTHANEQUAL
- corresponds to less than or equal to
BETWEEN
- corresponds
to between
as a closed interval or in a mathematical
sense to (less than or equal) and (greater than or equal)
Methods inherited from interface javax.jmi.reflect.RefEnum |
equals, hashCode, refTypeName, toString |
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |