Patient Cloud AppConnect Android API References
Public Member Functions | Protected Member Functions | List of all members
com.mdsol.babbage.model.DictionaryResponse

Inherits com.mdsol.babbage.model.DatastoreRelation.

Public Member Functions

native boolean equals (Object other)
 
native String getUserValue ()
 
native void setUserValue (String value)
 
- Public Member Functions inherited from com.mdsol.babbage.model.DatastoreRelation
Datastore getDatastore ()
 

Protected Member Functions

void finalize ()
 

Additional Inherited Members

- Protected Attributes inherited from com.mdsol.babbage.model.DatastoreRelation
long mNativeObject
 

Detailed Description

This class is used in conjunction with com.mdsol.babbage.model.DictionaryField DictionaryField class and represents a single opotion response to the question posed in the Dictionary Field

Member Function Documentation

native boolean com.mdsol.babbage.model.DictionaryResponse.equals ( Object  other)

override of the equals operator for the object

void com.mdsol.babbage.model.DictionaryResponse.finalize ( )
protected
native String com.mdsol.babbage.model.DictionaryResponse.getUserValue ( )

Gets responses formatted as strings for the options shown to subjects.

Returns
User values.
native void com.mdsol.babbage.model.DictionaryResponse.setUserValue ( String  value)

Sets response value. Used during data conversion process.

Parameters
value