|
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
equalNOTEQUAL - corresponds to not equalGREATERTHAN - corresponds to greater thanGREATERTHANEQUAL - corresponds
to greater than or equal toLESSTHAN - corresponds to less thanLESSTHANEQUAL - corresponds to less than or equal toBETWEEN - 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 | |||||||