/AWS1/CL_QQAFORMINPUTCARDINPUT¶
Represents a form input card for an Amazon Q App.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_title TYPE /AWS1/QQATITLE /AWS1/QQATITLE¶
The title or label of the form input card.
iv_id TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier of the form input card.
iv_type TYPE /AWS1/QQACARDTYPE /AWS1/QQACARDTYPE¶
The type of the card.
io_metadata TYPE REF TO /AWS1/CL_QQAFORMINPUTCARDMET /AWS1/CL_QQAFORMINPUTCARDMET¶
The metadata that defines the form input card data.
Optional arguments:¶
iv_computemode TYPE /AWS1/QQAINPUTCARDCOMPUTEMODE /AWS1/QQAINPUTCARDCOMPUTEMODE¶
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of
appendshall allow participants to submit the same form multiple times with different values. A compute mode ofreplacecode> shall overwrite the current value for each participant.
Queryable Attributes¶
title¶
The title or label of the form input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
id¶
The unique identifier of the form input card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
type¶
The type of the card.
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 |
metadata¶
The metadata that defines the form input card data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
computeMode¶
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of
appendshall allow participants to submit the same form multiple times with different values. A compute mode ofreplacecode> shall overwrite the current value for each participant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTEMODE() |
Getter for COMPUTEMODE, with configurable default |
ASK_COMPUTEMODE() |
Getter for COMPUTEMODE w/ exceptions if field has no value |
HAS_COMPUTEMODE() |
Determine if COMPUTEMODE has a value |