Package com.uc4.api
Class TaskPromptSetName
java.lang.Object
com.uc4.api.TaskPromptSetName
This class contains information about a single prompt set.
-
Constructor Summary
ConstructorsConstructorDescriptionTaskPromptSetName
(com.uc4.util.XMLDocument doc, Element node) Creates a newTaskPromptSetName
. -
Method Summary
-
Constructor Details
-
TaskPromptSetName
Creates a newTaskPromptSetName
.- Parameters:
doc
- XML Documentnode
- Element
-
-
Method Details
-
getName
Returns the name of the Prompt Set.- Returns:
- Name
-
getHeight
public int getHeight()Returns the height of the window in the User Interface.- Returns:
- height
-
getWidth
public int getWidth()Returns the width of the window in the User Interface.- Returns:
- width
-
getType
Returns the type of this prompt. Possible values are "RA" and "PROMPTSET"- Returns:
- Type
-
toString
-