/AWS1/CL_NWPNETWORKRESRCDEFN¶
Information about a network resource definition.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/NWPNETWORKRESRCDEFNTYPE /AWS1/NWPNETWORKRESRCDEFNTYPE¶
The type in the network resource definition.
iv_count TYPE /AWS1/NWPINTEGER /AWS1/NWPINTEGER¶
The count in the network resource definition.
Optional arguments:¶
it_options TYPE /AWS1/CL_NWPNAMEVALUEPAIR=>TT_OPTIONS TT_OPTIONS¶
The options in the network resource definition.
Queryable Attributes¶
type¶
The type in the network resource definition.
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 |
options¶
The options in the network resource definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIONS() |
Getter for OPTIONS, with configurable default |
ASK_OPTIONS() |
Getter for OPTIONS w/ exceptions if field has no value |
HAS_OPTIONS() |
Determine if OPTIONS has a value |
count¶
The count in the network resource definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT 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_NETWORKRESOURCEDEFINITIONS¶
TYPES TT_NETWORKRESOURCEDEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWPNETWORKRESRCDEFN WITH DEFAULT KEY
.