/AWS1/CL_LMVPORTRANGE¶
Specifies a range of ports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_startport TYPE /AWS1/LMVPORTNUMBER /AWS1/LMVPORTNUMBER¶
The starting port number of the range.
iv_endport TYPE /AWS1/LMVPORTNUMBER /AWS1/LMVPORTNUMBER¶
The ending port number of the range.
Queryable Attributes¶
startPort¶
The starting port number of the range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTPORT() |
Getter for STARTPORT, with configurable default |
ASK_STARTPORT() |
Getter for STARTPORT w/ exceptions if field has no value |
HAS_STARTPORT() |
Determine if STARTPORT has a value |
endPort¶
The ending port number of the range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPORT() |
Getter for ENDPORT, with configurable default |
ASK_ENDPORT() |
Getter for ENDPORT w/ exceptions if field has no value |
HAS_ENDPORT() |
Determine if ENDPORT has a value |