/AWS1/CL_DPIFIELD¶
A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (StringValue) or a reference to another object (RefValue) but not as both.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/DPIFIELDNAMESTRING /AWS1/DPIFIELDNAMESTRING¶
The field identifier.
Optional arguments:¶
iv_stringvalue TYPE /AWS1/DPIFIELDSTRINGVALUE /AWS1/DPIFIELDSTRINGVALUE¶
The field value, expressed as a String.
iv_refvalue TYPE /AWS1/DPIFIELDNAMESTRING /AWS1/DPIFIELDNAMESTRING¶
The field value, expressed as the identifier of another object.
Queryable Attributes¶
key¶
The field identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
stringValue¶
The field value, expressed as a String.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGVALUE() |
Getter for STRINGVALUE, with configurable default |
ASK_STRINGVALUE() |
Getter for STRINGVALUE w/ exceptions if field has no value |
HAS_STRINGVALUE() |
Determine if STRINGVALUE has a value |
refValue¶
The field value, expressed as the identifier of another object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFVALUE() |
Getter for REFVALUE, with configurable default |
ASK_REFVALUE() |
Getter for REFVALUE w/ exceptions if field has no value |
HAS_REFVALUE() |
Determine if REFVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FIELDLIST¶
TYPES TT_FIELDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DPIFIELD WITH DEFAULT KEY
.