/AWS1/CL_MDXBRIDGEOUTPUT¶
The output of the bridge.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_flowoutput TYPE REF TO /AWS1/CL_MDXBRIDGEFLOWOUTPUT /AWS1/CL_MDXBRIDGEFLOWOUTPUT¶
The output of the associated flow.
io_networkoutput TYPE REF TO /AWS1/CL_MDXBRIDGENETWORKOUT /AWS1/CL_MDXBRIDGENETWORKOUT¶
The network output for the bridge.
Queryable Attributes¶
FlowOutput¶
The output of the associated flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWOUTPUT() |
Getter for FLOWOUTPUT |
NetworkOutput¶
The network output for the bridge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKOUTPUT() |
Getter for NETWORKOUTPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFBRIDGEOUTPUT¶
TYPES TT___LISTOFBRIDGEOUTPUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXBRIDGEOUTPUT WITH DEFAULT KEY
.