/AWS1/CL_APMMATCHRANGE¶
An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_start
TYPE /AWS1/APMLONG
/AWS1/APMLONG
¶
The start of the range.
iv_end
TYPE /AWS1/APMLONG
/AWS1/APMLONG
¶
The end of the range.
Queryable Attributes¶
start¶
The start of the range.
Accessible with the following methods¶
Method | Description |
---|---|
GET_START() |
Getter for START, with configurable default |
ASK_START() |
Getter for START w/ exceptions if field has no value |
HAS_START() |
Determine if START has a value |
end¶
The end of the range.
Accessible with the following methods¶
Method | Description |
---|---|
GET_END() |
Getter for END, with configurable default |
ASK_END() |
Getter for END w/ exceptions if field has no value |
HAS_END() |
Determine if END has a value |