QuestionType enum
Constants
- Boolean → const QuestionType
-
const QuestionType(6)
- Date → const QuestionType
-
const QuestionType(11)
- DateAndTime → const QuestionType
-
const QuestionType(10)
- Decimal → const QuestionType
-
const QuestionType(4)
- Duration → const QuestionType
-
const QuestionType(13)
- Eligibility → const QuestionType
-
const QuestionType(7)
- Form → const QuestionType
-
The AnswerFormat used by RPFormStep. It's only for indication that the step is not an RPQuestionStep but a Form Step which includes multiple items. RPFormStep knows automatically that this is it's QuestionType. There's no need of specifying it.
const QuestionType(16)
- ImageChoice → const QuestionType
-
const QuestionType(15)
- Integer → const QuestionType
-
const QuestionType(5)
- Location → const QuestionType
-
const QuestionType(14)
- MultipleChoice → const QuestionType
-
const QuestionType(3)
- None → const QuestionType
-
const QuestionType(0)
- Scale → const QuestionType
-
const QuestionType(1)
- SingleChoice → const QuestionType
-
const QuestionType(2)
- Text → const QuestionType
-
const QuestionType(8)
- TimeInterval → const QuestionType
-
const QuestionType(12)
- TimeOfDay → const QuestionType
-
const QuestionType(9)
-
values
→ const List<
QuestionType> -
A constant List of the values in this enum, in order of their declaration.
const List<
QuestionType>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited