RPQuestionType enum

Inheritance
Available extensions

Values

None → const RPQuestionType
Scale → const RPQuestionType
SingleChoice → const RPQuestionType
MultipleChoice → const RPQuestionType
Decimal → const RPQuestionType
Integer → const RPQuestionType
Boolean → const RPQuestionType
Text → const RPQuestionType
TimeOfDay → const RPQuestionType
DateAndTime → const RPQuestionType
Date → const RPQuestionType
Duration → const RPQuestionType
ImageChoice → const RPQuestionType
Double → const RPQuestionType
Form → const RPQuestionType

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.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<RPQuestionType>
A constant List of the values in this enum, in order of their declaration.