|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.ui.UIWordOverride
Defines the Sequence of Data Elements that specify the information to use in overriding the default pronunciation of a word.
Constructor Summary | |
UIWordOverride()
Creates a new UIWordOverride instance. |
|
UIWordOverride(java.lang.String _spelling,
org.csapi.jr.se.ui.UIPronounceType _pronounceType,
java.lang.String _pronounceAs)
Creates a new UIWordOverride instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getPronounceAs()
This method returns a pronounceAs. |
org.csapi.jr.se.ui.UIPronounceType |
getPronounceType()
This method returns a pronounceType. |
java.lang.String |
getSpelling()
This method returns a spelling. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setPronounceAs(java.lang.String pronounceAs)
This method sets a pronounceAs. |
void |
setPronounceType(org.csapi.jr.se.ui.UIPronounceType pronounceType)
This method sets a pronounceType. |
void |
setSpelling(java.lang.String spelling)
This method sets a spelling. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UIWordOverride()
public UIWordOverride(java.lang.String _spelling, org.csapi.jr.se.ui.UIPronounceType _pronounceType, java.lang.String _pronounceAs)
_spelling
- Defines the spelling of the word override_pronounceType
- Defines the type of pronunciation syntax._pronounceAs
- Defines how the spelling field should be pronounced.Method Detail |
public java.lang.String getSpelling()
public org.csapi.jr.se.ui.UIPronounceType getPronounceType()
public java.lang.String getPronounceAs()
public void setSpelling(java.lang.String spelling)
public void setPronounceType(org.csapi.jr.se.ui.UIPronounceType pronounceType)
public void setPronounceAs(java.lang.String pronounceAs)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |