Class QuestionDef

java.lang.Object
org.javarosa.core.model.QuestionDef
All Implemented Interfaces:
IFormElement, Localizable, Externalizable
Direct Known Subclasses:
RangeQuestion

public class QuestionDef
extends Object
implements IFormElement, Localizable
The definition of a Question to be presented to users when filling out a form. QuestionDef requires that any IDataReferences that are used are contained in the FormDefRMS's PrototypeFactoryDeprecated in order to be properly deserialized. If they aren't, an exception will be thrown at the time of deserialization.
Author:
Daniel Kayiwa/Drew Roos