Package org.javarosa.core.model.data

  • Interface Summary 
    Interface Description
    IAnswerData
    An IAnswerData object represents an answer to a question posed to a user.
  • Class Summary 
    Class Description
    AnswerDataFactory
    This is not a factory, actually, since there's no drop-in component model, but it could be in the future.
    BooleanData  
    DateData
    A response to a question requesting a Date Value
    DateTimeData
    A response to a question requesting a DateTime Value
    DecimalData
    A response to a question requesting an Decimal Value.
    GeoPointData
    A response to a question requesting an GeoPoint Value.
    GeoShapeData
    A response to a question requesting an GeoShape Value.
    GeoShapeData.GeoShape
    The data value contained in a GeoShapeData object is a GeoShape
    GeoTraceData
    A response to a question requesting an GeoTrace Value.
    GeoTraceData.GeoTrace
    The data value contained in a GeoTraceData object is a GeoTrace
    IntegerData
    A response to a question requesting an Integer Value
    LongData
    A response to a question requesting an Long Numeric Value
    MultipleItemsData
    A response to a question requesting a selection of any number of items from a list or ordering them.
    MultiPointerAnswerData
    An answer data storing multiple pointers
    PointerAnswerData
    Answer data representing a pointer object.
    SelectMultiData
    This class is only for providing backwards compatibility after renaming SelectMultiData.class to MultipleItemsData
    SelectOneData
    A response to a question requesting a selection of one and only one item from a list
    StringData
    A response to a question requesting a String Value
    TimeData  
    UncastData
    Uncast data values are those which are not assigned a particular data type.