/AWS1/CL_LOEMONOTONICVALUES¶
Entity that comprises information on monotonic values in the data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/LOESTATLISSUESTATUS /AWS1/LOESTATLISSUESTATUS¶
Indicates whether there is a potential data issue related to having monotonic values.
Optional arguments:¶
iv_monotonicity TYPE /AWS1/LOEMONOTONICITY /AWS1/LOEMONOTONICITY¶
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
Queryable Attributes¶
Status¶
Indicates whether there is a potential data issue related to having monotonic values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Monotonicity¶
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONOTONICITY() |
Getter for MONOTONICITY, with configurable default |
ASK_MONOTONICITY() |
Getter for MONOTONICITY w/ exceptions if field has no value |
HAS_MONOTONICITY() |
Determine if MONOTONICITY has a value |