Class Overview
A MappingObject contains a Unicode string. This is used to input something when certain
 key events occur. If you want to simply input an Unicode character, use this class with a one-element string.
 
Summary
| Public Constructors | 
	 
    
        | 
            
            
            
            
            
            
         | 
        
        StringMapping(String str)
        
         Constructs with a string. 
  
   | 
| Public Methods | 
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        getString()
        
         Get the String value from the Object 
  
   | 
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        writeToParcel(Parcel out, int flags)
        
   | 
| 
  [Expand]
   Inherited Methods  | 
   
From class
  com.datalogic.device.input.MappingObject
 | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
   
From interface
  android.os.Parcelable
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            int
         | 
        
        describeContents()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        writeToParcel(Parcel arg0, int arg1)
        
   |  
 
   
 
 | 
 
Fields
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      StringMapping
      (String str)
    
      
    
      
  Constructs with a string.
 
  
      Parameters
      
        
          | str
           | String the given string
 | 
        
      
   
     
 
Public Methods
 
    
      
        public 
         
         
         
         
        String
      
      getString
      ()
    
      
    
      
  Get the String value from the Object
 
  
     
 
 
    
      
        public 
         
         
         
         
        void
      
      writeToParcel
      (Parcel out, int flags)