Inherits com.mdsol.babbage.model.DatastoreRelation.
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 
 
      
        
          | 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
 -