/AWS1/CL_QSTCOLUMNSEMANTICPRP¶
A semantic property for a column.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_description TYPE REF TO /AWS1/CL_QSTCOLUMNDESCRIPTION /AWS1/CL_QSTCOLUMNDESCRIPTION¶
A description of the column.
io_additionalnotes TYPE REF TO /AWS1/CL_QSTADDITIONALNOTES /AWS1/CL_QSTADDITIONALNOTES¶
Additional notes for the column.
io_semantictype TYPE REF TO /AWS1/CL_QSTCOLUMNSEMANTICTYPE /AWS1/CL_QSTCOLUMNSEMANTICTYPE¶
The semantic type of the column.
Queryable Attributes¶
Description¶
A description of the column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION |
AdditionalNotes¶
Additional notes for the column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALNOTES() |
Getter for ADDITIONALNOTES |
SemanticType¶
The semantic type of the column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEMANTICTYPE() |
Getter for SEMANTICTYPE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COLUMNSEMANTICPROPERTYLIST¶
TYPES TT_COLUMNSEMANTICPROPERTYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTCOLUMNSEMANTICPRP WITH DEFAULT KEY
.