/AWS1/CL_NWMEDGEOVERRIDE¶
Describes the edge that's used for the override.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_edgesets TYPE /AWS1/CL_NWMEDGESET_W=>TT_EDGESETLIST TT_EDGESETLIST¶
The list of edge locations.
iv_useedge TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The edge that should be used when overriding the current edge order.
Queryable Attributes¶
EdgeSets¶
The list of edge locations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EDGESETS() |
Getter for EDGESETS, with configurable default |
ASK_EDGESETS() |
Getter for EDGESETS w/ exceptions if field has no value |
HAS_EDGESETS() |
Determine if EDGESETS has a value |
UseEdge¶
The edge that should be used when overriding the current edge order.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEEDGE() |
Getter for USEEDGE, with configurable default |
ASK_USEEDGE() |
Getter for USEEDGE w/ exceptions if field has no value |
HAS_USEEDGE() |
Determine if USEEDGE 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_WITHEDGEOVERRIDESLIST¶
TYPES TT_WITHEDGEOVERRIDESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMEDGEOVERRIDE WITH DEFAULT KEY
.