/AWS1/CL_DIRATTRKEYANDVALUE¶
The combination of an attribute key and an attribute value.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_key TYPE REF TO /AWS1/CL_DIRATTRIBUTEKEY /AWS1/CL_DIRATTRIBUTEKEY¶
The key of the attribute.
io_value TYPE REF TO /AWS1/CL_DIRTYPEDATTRVALUE /AWS1/CL_DIRTYPEDATTRVALUE¶
The value of the attribute.
Queryable Attributes¶
Key¶
The key of the attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY |
Value¶
The value of the attribute.
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_ATTRIBUTEKEYANDVALUELIST¶
TYPES TT_ATTRIBUTEKEYANDVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRATTRKEYANDVALUE WITH DEFAULT KEY
.