/AWS1/CL_IOTCMDPRMVALCOMPARI00¶
The comparison operand used to compare the defined value against the value supplied in request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_number TYPE /AWS1/IOTSTRINGPARAMETERVALUE /AWS1/IOTSTRINGPARAMETERVALUE¶
An operand of number value type, defined as a string.
it_numbers TYPE /AWS1/CL_IOTCMDPARMVALSTRLST_W=>TT_COMMANDPARAMVALUESTRINGLIST TT_COMMANDPARAMVALUESTRINGLIST¶
A List of operands of numerical value type, defined as strings.
iv_string TYPE /AWS1/IOTSTRINGPARAMETERVALUE /AWS1/IOTSTRINGPARAMETERVALUE¶
An operand of string value type.
it_strings TYPE /AWS1/CL_IOTCMDPARMVALSTRLST_W=>TT_COMMANDPARAMVALUESTRINGLIST TT_COMMANDPARAMVALUESTRINGLIST¶
A List of operands of string value type.
io_numberrange TYPE REF TO /AWS1/CL_IOTCMDPARMVALNORANGE /AWS1/CL_IOTCMDPARMVALNORANGE¶
An operand of numerical range value type.
Queryable Attributes¶
number¶
An operand of number value type, defined as a string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBER() |
Getter for NUMBER, with configurable default |
ASK_NUMBER() |
Getter for NUMBER w/ exceptions if field has no value |
HAS_NUMBER() |
Determine if NUMBER has a value |
numbers¶
A List of operands of numerical value type, defined as strings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBERS() |
Getter for NUMBERS, with configurable default |
ASK_NUMBERS() |
Getter for NUMBERS w/ exceptions if field has no value |
HAS_NUMBERS() |
Determine if NUMBERS has a value |
string¶
An operand of string value type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRING() |
Getter for STRING, with configurable default |
ASK_STRING() |
Getter for STRING w/ exceptions if field has no value |
HAS_STRING() |
Determine if STRING has a value |
strings¶
A List of operands of string value type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGS() |
Getter for STRINGS, with configurable default |
ASK_STRINGS() |
Getter for STRINGS w/ exceptions if field has no value |
HAS_STRINGS() |
Determine if STRINGS has a value |
numberRange¶
An operand of numerical range value type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBERRANGE() |
Getter for NUMBERRANGE |