/AWS1/CL_QQCTOOLOVRDINPUTVALUE¶
An input value override for tools.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jsonpath TYPE /AWS1/QQCNONEMPTYSTRING /AWS1/QQCNONEMPTYSTRING¶
The JSON path for the input value override.
io_value TYPE REF TO /AWS1/CL_QQCTOOLOVRDINPVALCONF /AWS1/CL_QQCTOOLOVRDINPVALCONF¶
The override input value.
Queryable Attributes¶
jsonPath¶
The JSON path for the input value override.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JSONPATH() |
Getter for JSONPATH, with configurable default |
ASK_JSONPATH() |
Getter for JSONPATH w/ exceptions if field has no value |
HAS_JSONPATH() |
Determine if JSONPATH has a value |
value¶
The override input value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOOLOVERRIDEINPUTVALUELIST¶
TYPES TT_TOOLOVERRIDEINPUTVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCTOOLOVRDINPUTVALUE WITH DEFAULT KEY
.