/AWS1/CL_IOTCMDPARMVALNORANGE¶
The numerical range value type to compare a command parameter value against.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_min TYPE /AWS1/IOTSTRINGPARAMETERVALUE /AWS1/IOTSTRINGPARAMETERVALUE¶
The minimum value of a numerical range of a command parameter value.
iv_max TYPE /AWS1/IOTSTRINGPARAMETERVALUE /AWS1/IOTSTRINGPARAMETERVALUE¶
The maximum value of a numerical range of a command parameter value.
Queryable Attributes¶
min¶
The minimum value of a numerical range of a command parameter value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIN() |
Getter for MIN, with configurable default |
ASK_MIN() |
Getter for MIN w/ exceptions if field has no value |
HAS_MIN() |
Determine if MIN has a value |
max¶
The maximum value of a numerical range of a command parameter value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAX() |
Getter for MAX, with configurable default |
ASK_MAX() |
Getter for MAX w/ exceptions if field has no value |
HAS_MAX() |
Determine if MAX has a value |