/AWS1/CL_SEBINGRESSSTRINGXPRSN¶
The structure for a string based condition matching on the incoming mail.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_evaluate TYPE REF TO /AWS1/CL_SEBINGSTRTOEVALUATE /AWS1/CL_SEBINGSTRTOEVALUATE¶
The left hand side argument of a string condition expression.
iv_operator TYPE /AWS1/SEBINGRESSSTRINGOPERATOR /AWS1/SEBINGRESSSTRINGOPERATOR¶
The matching operator for a string condition expression.
it_values TYPE /AWS1/CL_SEBSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The right hand side argument of a string condition expression.
Queryable Attributes¶
Evaluate¶
The left hand side argument of a string condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATE() |
Getter for EVALUATE |
Operator¶
The matching operator for a string 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 |
Values¶
The right hand side argument of a string condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |