/AWS1/CL_OSRINSIGHTFIELD¶
Represents a field in the detailed view of an insight, returned by the
DescribeInsightDetails operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The name of the insight field.
iv_type TYPE /AWS1/OSRINSIGHTFIELDTYPE /AWS1/OSRINSIGHTFIELDTYPE¶
The type of the insight field. Possible values are
textandmetric.
iv_value TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The value of the insight field.
Queryable Attributes¶
Name¶
The name of the insight field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Type¶
The type of the insight field. Possible values are
textandmetric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Value¶
The value of the insight field.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INSIGHTFIELDLIST¶
TYPES TT_INSIGHTFIELDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRINSIGHTFIELD WITH DEFAULT KEY
.