/AWS1/CL_DMGMETMODELREFERENCE¶
A reference to a metadata model, including its name and selection rules for location identification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metadatamodelname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The name of the metadata model.
iv_selectionrules TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The JSON string representing metadata model location.
Queryable Attributes¶
MetadataModelName¶
The name of the metadata model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATAMODELNAME() |
Getter for METADATAMODELNAME, with configurable default |
ASK_METADATAMODELNAME() |
Getter for METADATAMODELNAME w/ exceptions if field has no v |
HAS_METADATAMODELNAME() |
Determine if METADATAMODELNAME has a value |
SelectionRules¶
The JSON string representing metadata model location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTIONRULES() |
Getter for SELECTIONRULES, with configurable default |
ASK_SELECTIONRULES() |
Getter for SELECTIONRULES w/ exceptions if field has no valu |
HAS_SELECTIONRULES() |
Determine if SELECTIONRULES 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_METADATAMODELREFERENCELIST¶
TYPES TT_METADATAMODELREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGMETMODELREFERENCE WITH DEFAULT KEY
.