/AWS1/CL_QSTDATASETSEMANMET¶
Semantic metadata for a dataset, including a description and custom instructions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_description TYPE REF TO /AWS1/CL_QSTDATASETSEMANDESC /AWS1/CL_QSTDATASETSEMANDESC¶
A description of the dataset.
it_custominstructions TYPE /AWS1/CL_QSTCUSTOMINSTRUCTION=>TT_CUSTOMINSTRUCTIONLIST TT_CUSTOMINSTRUCTIONLIST¶
A list of custom instructions that guide how the dataset should be consumed.
Queryable Attributes¶
Description¶
A description of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION |
CustomInstructions¶
A list of custom instructions that guide how the dataset should be consumed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMINSTRUCTIONS() |
Getter for CUSTOMINSTRUCTIONS, with configurable default |
ASK_CUSTOMINSTRUCTIONS() |
Getter for CUSTOMINSTRUCTIONS w/ exceptions if field has no |
HAS_CUSTOMINSTRUCTIONS() |
Determine if CUSTOMINSTRUCTIONS 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_DATASETSEMANTICMETADATALIST¶
TYPES TT_DATASETSEMANTICMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDATASETSEMANMET WITH DEFAULT KEY
.