/AWS1/CL_IOTCMDPARAMVALUECOND¶
A condition for the command parameter that must be evaluated to true for successful creation of a command execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_comparisonoperator TYPE /AWS1/IOTCMDPRMVALCOMPARISONOP /AWS1/IOTCMDPRMVALCOMPARISONOP¶
The comparison operator for the command parameter.
IN_RANGE, and NOT_IN_RANGE operators include boundary values.
io_operand TYPE REF TO /AWS1/CL_IOTCMDPRMVALCOMPARI00 /AWS1/CL_IOTCMDPRMVALCOMPARI00¶
The comparison operand for the command parameter.
Queryable Attributes¶
comparisonOperator¶
The comparison operator for the command parameter.
IN_RANGE, and NOT_IN_RANGE operators include boundary values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISONOPERATOR() |
Getter for COMPARISONOPERATOR, with configurable default |
ASK_COMPARISONOPERATOR() |
Getter for COMPARISONOPERATOR w/ exceptions if field has no |
HAS_COMPARISONOPERATOR() |
Determine if COMPARISONOPERATOR has a value |
operand¶
The comparison operand for the command parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERAND() |
Getter for OPERAND |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COMMANDPARAMVALUECONDLIST¶
TYPES TT_COMMANDPARAMVALUECONDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTCMDPARAMVALUECOND WITH DEFAULT KEY
.