com.iphrase.runtime.query.result
Class Voiceover.Respelling.RespelledWord

java.lang.Object
  |
  +--com.iphrase.runtime.query.result.Voiceover.Respelling.RespelledWord
Enclosing class:
Voiceover.Respelling

public class Voiceover.Respelling.RespelledWord
extends java.lang.Object

Represent a single respelled word.


Method Summary
 java.lang.String getOriginal()
          Get the original spelling of the word.
 java.lang.String getRespelled()
          Get the respelled version of the word.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOriginal

public java.lang.String getOriginal()
Get the original spelling of the word.
Returns:
String original spelling

getRespelled

public java.lang.String getRespelled()
Get the respelled version of the word.
Returns:
String respelled version

© Copyright 2005, 2006. IBM Corporation. All rights reserved.