/AWS1/CL_SEBRULENUMBERXPRSN¶
A number expression to match numeric conditions with integers from the incoming email.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_evaluate TYPE REF TO /AWS1/CL_SEBRULENUMTOEVALUATE /AWS1/CL_SEBRULENUMTOEVALUATE¶
The number to evaluate in a numeric condition expression.
iv_operator TYPE /AWS1/SEBRULENUMBEROPERATOR /AWS1/SEBRULENUMBEROPERATOR¶
The operator for a numeric condition expression.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value to evaluate in a numeric condition expression.
Queryable Attributes¶
Evaluate¶
The number to evaluate in a numeric condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATE() |
Getter for EVALUATE |
Operator¶
The operator for a numeric condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATOR() |
Getter for OPERATOR, with configurable default |
ASK_OPERATOR() |
Getter for OPERATOR w/ exceptions if field has no value |
HAS_OPERATOR() |
Determine if OPERATOR has a value |
Value¶
The value to evaluate in a numeric condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE, with configurable default |
HAS_VALUE() |
Determine if VALUE has a value |