/AWS1/CL_QSTTOPICIRMETRIC¶
The definition for a TopicIRMetric.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_metricid TYPE REF TO /AWS1/CL_QSTIDENTIFIER /AWS1/CL_QSTIDENTIFIER¶
The metric ID for the
TopicIRMetric.
io_function TYPE REF TO /AWS1/CL_QSTAGGFUNCTION /AWS1/CL_QSTAGGFUNCTION¶
The function for the
TopicIRMetric.
it_operands TYPE /AWS1/CL_QSTIDENTIFIER=>TT_OPERANDLIST TT_OPERANDLIST¶
The operands for the
TopicIRMetric.
io_comparisonmethod TYPE REF TO /AWS1/CL_QSTTPCIRCOMPARISONMTH /AWS1/CL_QSTTPCIRCOMPARISONMTH¶
The comparison method for the
TopicIRMetric.
iv_expression TYPE /AWS1/QSTEXPRESSION /AWS1/QSTEXPRESSION¶
The expression for the
TopicIRMetric.
it_calculatedfieldreferences TYPE /AWS1/CL_QSTIDENTIFIER=>TT_CALCULATEDFIELDREFERENCELST TT_CALCULATEDFIELDREFERENCELST¶
The calculated field references for the
TopicIRMetric.
iv_displayformat TYPE /AWS1/QSTDISPLAYFORMAT /AWS1/QSTDISPLAYFORMAT¶
The display format for the
TopicIRMetric.
io_displayformatoptions TYPE REF TO /AWS1/CL_QSTDISPLAYFORMATOPTS /AWS1/CL_QSTDISPLAYFORMATOPTS¶
DisplayFormatOptions
io_namedentity TYPE REF TO /AWS1/CL_QSTNAMEDENTITYREF /AWS1/CL_QSTNAMEDENTITYREF¶
The named entity for the
TopicIRMetric.
Queryable Attributes¶
MetricId¶
The metric ID for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICID() |
Getter for METRICID |
Function¶
The function for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTION() |
Getter for FUNCTION |
Operands¶
The operands for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERANDS() |
Getter for OPERANDS, with configurable default |
ASK_OPERANDS() |
Getter for OPERANDS w/ exceptions if field has no value |
HAS_OPERANDS() |
Determine if OPERANDS has a value |
ComparisonMethod¶
The comparison method for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISONMETHOD() |
Getter for COMPARISONMETHOD |
Expression¶
The expression for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION has a value |
CalculatedFieldReferences¶
The calculated field references for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALCULATEDFIELDREFEREN00() |
Getter for CALCULATEDFIELDREFERENCES, with configurable defa |
ASK_CALCULATEDFIELDREFEREN00() |
Getter for CALCULATEDFIELDREFERENCES w/ exceptions if field |
HAS_CALCULATEDFIELDREFEREN00() |
Determine if CALCULATEDFIELDREFERENCES has a value |
DisplayFormat¶
The display format for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYFORMAT() |
Getter for DISPLAYFORMAT, with configurable default |
ASK_DISPLAYFORMAT() |
Getter for DISPLAYFORMAT w/ exceptions if field has no value |
HAS_DISPLAYFORMAT() |
Determine if DISPLAYFORMAT has a value |
DisplayFormatOptions¶
DisplayFormatOptions
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYFORMATOPTIONS() |
Getter for DISPLAYFORMATOPTIONS |
NamedEntity¶
The named entity for the
TopicIRMetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMEDENTITY() |
Getter for NAMEDENTITY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOPICIRMETRICLIST¶
TYPES TT_TOPICIRMETRICLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOPICIRMETRIC WITH DEFAULT KEY
.