/AWS1/CL_BDOCATGCLSCALEDEFN¶
The definition of a categorical rating scale option that provides a named category with its description for evaluation scoring.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_definition TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The description that explains what this categorical rating represents and when it should be used.
iv_label TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The label or name of this categorical rating option.
Queryable Attributes¶
definition¶
The description that explains what this categorical rating represents and when it should be used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFINITION() |
Getter for DEFINITION, with configurable default |
ASK_DEFINITION() |
Getter for DEFINITION w/ exceptions if field has no value |
HAS_DEFINITION() |
Determine if DEFINITION has a value |
label¶
The label or name of this categorical rating option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABEL() |
Getter for LABEL, with configurable default |
ASK_LABEL() |
Getter for LABEL w/ exceptions if field has no value |
HAS_LABEL() |
Determine if LABEL 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_CATEGORICALSCALEDEFINITIONS¶
TYPES TT_CATEGORICALSCALEDEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCATGCLSCALEDEFN WITH DEFAULT KEY
.