/AWS1/CL_IOSPROPERTYMAPPING¶
Maps a property from an interface asset model to a property in the asset model where the interface is applied.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetmodelpropertyid TYPE /AWS1/IOSCUSTOMID /AWS1/IOSCUSTOMID¶
The ID of the property in the asset model where the interface is applied.
iv_ifaceassetmodelpropertyid TYPE /AWS1/IOSCUSTOMID /AWS1/IOSCUSTOMID¶
The ID of the property in the interface asset model.
Queryable Attributes¶
assetModelPropertyId¶
The ID of the property in the asset model where the interface is applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELPROPERTYID() |
Getter for ASSETMODELPROPERTYID, with configurable default |
ASK_ASSETMODELPROPERTYID() |
Getter for ASSETMODELPROPERTYID w/ exceptions if field has n |
HAS_ASSETMODELPROPERTYID() |
Determine if ASSETMODELPROPERTYID has a value |
interfaceAssetModelPropertyId¶
The ID of the property in the interface asset model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IFACEASSETMODELPRPID() |
Getter for IFACEASSETMODELPROPERTYID, with configurable defa |
ASK_IFACEASSETMODELPRPID() |
Getter for IFACEASSETMODELPROPERTYID w/ exceptions if field |
HAS_IFACEASSETMODELPRPID() |
Determine if IFACEASSETMODELPROPERTYID 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_PROPERTYMAPPINGS¶
TYPES TT_PROPERTYMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSPROPERTYMAPPING WITH DEFAULT KEY
.