/AWS1/CL_IOSINTERFACESUMMARY¶
Contains summary information about an interface that a property belongs to.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_interfaceassetmodelid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the interface asset model that contains this property.
iv_ifaceassetmodelpropertyid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the property in the interface asset model that corresponds to this property.
Queryable Attributes¶
interfaceAssetModelId¶
The ID of the interface asset model that contains this property.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERFACEASSETMODELID() |
Getter for INTERFACEASSETMODELID, with configurable default |
ASK_INTERFACEASSETMODELID() |
Getter for INTERFACEASSETMODELID w/ exceptions if field has |
HAS_INTERFACEASSETMODELID() |
Determine if INTERFACEASSETMODELID has a value |
interfaceAssetModelPropertyId¶
The ID of the property in the interface asset model that corresponds to this property.
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_INTERFACESUMMARIES¶
TYPES TT_INTERFACESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSINTERFACESUMMARY WITH DEFAULT KEY
.