/AWS1/CL_LOECOUNTPERCENT¶
Entity that comprises information of count and percentage.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_count TYPE /AWS1/LOEINTEGER /AWS1/LOEINTEGER¶
Indicates the count of occurences of the given statistic.
iv_percentage TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
Indicates the percentage of occurances of the given statistic.
Queryable Attributes¶
Count¶
Indicates the count of occurences of the given statistic.
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 |
Percentage¶
Indicates the percentage of occurances of the given statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENTAGE() |
Getter for PERCENTAGE |
ASK_PERCENTAGE() |
Getter for PERCENTAGE w/ exceptions if field has no value |
STR_PERCENTAGE() |
String format for PERCENTAGE |