|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.davic.net.ca.MMIObject
org.davic.net.ca.Text
org.davic.net.ca.Enquiry
Class representing an enquiry MMI object.
Method Summary | |
short |
getAnswerLength()
|
boolean |
getBlindAnswer()
|
void |
setAnswer(java.lang.String answer)
Submits the answer. |
Methods inherited from class org.davic.net.ca.Text |
getText |
Methods inherited from class org.davic.net.ca.MMIObject |
close |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean getBlindAnswer()
public short getAnswerLength()
public final void setAnswer(java.lang.String answer) throws CAException
answer
- The answer string. If null, it means that the user
aborted the dialogue.
InvalidSetException
- raised if the application calls
this method with an invalid value or more than once
CAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |