/AWS1/CL_GERROUTEROAD¶
The road on the route.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_roadname TYPE /AWS1/CL_GERLOCALIZEDSTRING=>TT_LOCALIZEDSTRINGLIST TT_LOCALIZEDSTRINGLIST¶
Name of the road (localized).
it_routenumber TYPE /AWS1/CL_GERROUTENUMBER=>TT_ROUTENUMBERLIST TT_ROUTENUMBERLIST¶
Route number of the road.
it_towards TYPE /AWS1/CL_GERLOCALIZEDSTRING=>TT_LOCALIZEDSTRINGLIST TT_LOCALIZEDSTRINGLIST¶
Names of destinations that can be reached when traveling on the road.
Optional arguments:¶
iv_type TYPE /AWS1/GERROUTEROADTYPE /AWS1/GERROUTEROADTYPE¶
The type of road.
Queryable Attributes¶
RoadName¶
Name of the road (localized).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROADNAME() |
Getter for ROADNAME, with configurable default |
ASK_ROADNAME() |
Getter for ROADNAME w/ exceptions if field has no value |
HAS_ROADNAME() |
Determine if ROADNAME has a value |
RouteNumber¶
Route number of the road.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTENUMBER() |
Getter for ROUTENUMBER, with configurable default |
ASK_ROUTENUMBER() |
Getter for ROUTENUMBER w/ exceptions if field has no value |
HAS_ROUTENUMBER() |
Determine if ROUTENUMBER has a value |
Towards¶
Names of destinations that can be reached when traveling on the road.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOWARDS() |
Getter for TOWARDS, with configurable default |
ASK_TOWARDS() |
Getter for TOWARDS w/ exceptions if field has no value |
HAS_TOWARDS() |
Determine if TOWARDS has a value |
Type¶
The type of road.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |