/AWS1/CL_CNTEVALFORMQUESTION00¶
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_numeric TYPE REF TO /AWS1/CL_CNTEVALFORMNUMERICQ00 /AWS1/CL_CNTEVALFORMNUMERICQ00¶
The properties of the numeric question.
io_singleselect TYPE REF TO /AWS1/CL_CNTEVALFORMSINGLESE00 /AWS1/CL_CNTEVALFORMSINGLESE00¶
The properties of the numeric question.
io_text TYPE REF TO /AWS1/CL_CNTEVALFRMTXTQUESTI00 /AWS1/CL_CNTEVALFRMTXTQUESTI00¶
The properties of the text question.
io_multiselect TYPE REF TO /AWS1/CL_CNTEVALFRMMULTISELQ00 /AWS1/CL_CNTEVALFRMMULTISELQ00¶
Properties for multi-select question types.
Queryable Attributes¶
Numeric¶
The properties of the numeric question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMERIC() |
Getter for NUMERIC |
SingleSelect¶
The properties of the numeric question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SINGLESELECT() |
Getter for SINGLESELECT |
Text¶
The properties of the text question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT |
MultiSelect¶
Properties for multi-select question types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTISELECT() |
Getter for MULTISELECT |