/AWS1/CL_IOMINTERPOLATIONPARMS¶
An object that specifies how to interpolate data in a list.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_interpolationtype TYPE /AWS1/IOMINTERPOLATIONTYPE /AWS1/IOMINTERPOLATIONTYPE¶
The interpolation type.
iv_intervalinseconds TYPE /AWS1/IOMINTERVALINSECONDS /AWS1/IOMINTERVALINSECONDS¶
The interpolation time interval in seconds.
Queryable Attributes¶
interpolationType¶
The interpolation type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERPOLATIONTYPE() |
Getter for INTERPOLATIONTYPE, with configurable default |
ASK_INTERPOLATIONTYPE() |
Getter for INTERPOLATIONTYPE w/ exceptions if field has no v |
HAS_INTERPOLATIONTYPE() |
Determine if INTERPOLATIONTYPE has a value |
intervalInSeconds¶
The interpolation time interval in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERVALINSECONDS() |
Getter for INTERVALINSECONDS, with configurable default |
ASK_INTERVALINSECONDS() |
Getter for INTERVALINSECONDS w/ exceptions if field has no v |
HAS_INTERVALINSECONDS() |
Determine if INTERVALINSECONDS has a value |