/AWS1/CL_NWMNETWORKRESRCCOUNT¶
Describes a resource count.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The resource type.
iv_count TYPE /AWS1/NWMINTEGER /AWS1/NWMINTEGER¶
The resource count.
Queryable Attributes¶
ResourceType¶
The resource type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
Count¶
The resource count.
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_NETWORKRESOURCECOUNTLIST¶
TYPES TT_NETWORKRESOURCECOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMNETWORKRESRCCOUNT WITH DEFAULT KEY
.