Class UncastData

java.lang.Object
org.javarosa.core.model.data.UncastData
All Implemented Interfaces:
IAnswerData, Externalizable

public class UncastData
extends Object
implements IAnswerData
Uncast data values are those which are not assigned a particular data type. This is relevant when data is read before a datatype is available, or when it must be pulled from external instances. In general, Uncast data should be used when a value is available in string form, and no adequate assumption can be made about the type of data being represented. This is preferable to making the assumption that data is a StringData object, since that will cause issues when select choices or other typed values are expected.
Author:
ctsims