/AWS1/CL_DZNAGGROUTPUTITEM¶
An aggregation output item.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_value
TYPE /AWS1/DZNAGGRATTRIBUTEVALUE
/AWS1/DZNAGGRATTRIBUTEVALUE
¶
The attribute value of the aggregation output item.
iv_count
TYPE /AWS1/DZNINTEGER
/AWS1/DZNINTEGER
¶
The count of the aggregation output item.
iv_displayvalue
TYPE /AWS1/DZNAGGRATTRDISPLAYVALUE
/AWS1/DZNAGGRATTRDISPLAYVALUE
¶
The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.
Queryable Attributes¶
value¶
The attribute value of the aggregation output item.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
count¶
The count of the aggregation output item.
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 |
displayValue¶
The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYVALUE() |
Getter for DISPLAYVALUE, with configurable default |
ASK_DISPLAYVALUE() |
Getter for DISPLAYVALUE w/ exceptions if field has no value |
HAS_DISPLAYVALUE() |
Determine if DISPLAYVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AGGREGATIONOUTPUTITEMS
¶
TYPES TT_AGGREGATIONOUTPUTITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNAGGROUTPUTITEM WITH DEFAULT KEY
.