|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
org.jvoicexml.interpreter.formitem.FieldShadowVarContainer
public final class FieldShadowVarContainer
Component that provides a container for the shadowed variables of a field. Currently the shadowed vars are hardcoded into this class as attributes, this is going to be changed. See http://www.w3.org/TR/voicexml20/#dml2.3.1 for details.
Copyright © 2005-2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Field Summary |
|---|
| Fields inherited from class org.mozilla.javascript.ScriptableObject |
|---|
DONTENUM, EMPTY, PERMANENT, READONLY |
| Fields inherited from interface org.mozilla.javascript.Scriptable |
|---|
NOT_FOUND |
| Constructor Summary | |
|---|---|
FieldShadowVarContainer()
Constructs a new object. |
|
| Method Summary | |
|---|---|
String |
getClassName()
Return the name of the class. |
String |
getConfidence()
gets the current confidence. |
String |
getInputmode()
gets the current inputmode. |
String |
getInterpretation()
gets the current interpretation. |
String |
getUtterance()
gets the current utterance. |
void |
jsContructor()
this method is a callback for rhino which gets called on instantiation. |
String |
jsGet_confidence()
js (rhino) callback to provide javabean-like interface. |
String |
jsGet_inputmode()
js (rhino) callback to provide javabean-like interface. |
String |
jsGet_markname()
js (rhino) callback to provide javabean-like interface. |
String |
jsGet_utterance()
js (rhino) callback to provide javabean-like interface. |
void |
jsSet_inputmode(String input)
js (rhino) callback to provide javabean-like interface. |
String |
jsSet_interpretation()
js (rhino) callback to provide javabean-like interface. |
void |
jsSet_interpretation(String inter)
js (rhino) callback to provide javabean-like interface. |
void |
setConfidence(String conf)
sets the confidence. |
void |
setInterpretation(String inter)
sets the interpretation. |
void |
setMarkname(String mark)
sets the markname. |
void |
setUtterance(String utter)
sets the utterance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldShadowVarContainer()
| Method Detail |
|---|
public void jsContructor()
public String jsGet_utterance()
public String jsGet_confidence()
public String jsGet_markname()
public String jsGet_inputmode()
public void jsSet_inputmode(String input)
input - the new inputmodepublic String jsSet_interpretation()
public void jsSet_interpretation(String inter)
inter - the new interpretationpublic String getConfidence()
public String getInputmode()
public String getInterpretation()
public String getUtterance()
public void setConfidence(String conf)
conf - the new confidencepublic void setInterpretation(String inter)
inter - the new interpretationpublic void setUtterance(String utter)
utter - the new utterancepublic void setMarkname(String mark)
mark - The name of the mark.public String getClassName()
getClassName in interface ScriptablegetClassName in class ScriptableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||