/AWS1/CL_QQBDOCUMENTATTRIBUTE¶
A document attribute or metadata field.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/QQBDOCUMENTATTRIBUTEKEY /AWS1/QQBDOCUMENTATTRIBUTEKEY¶
The identifier for the attribute.
io_value TYPE REF TO /AWS1/CL_QQBDOCUMENTATTRVALUE /AWS1/CL_QQBDOCUMENTATTRVALUE¶
The value of the attribute.
Queryable Attributes¶
name¶
The identifier for the attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
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_DOCUMENTATTRIBUTES¶
TYPES TT_DOCUMENTATTRIBUTES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQBDOCUMENTATTRIBUTE WITH DEFAULT KEY
.