Package com.uc4.api
Class TaskPromptSetName
- java.lang.Object
-
- com.uc4.api.TaskPromptSetName
-
public class TaskPromptSetName extends java.lang.Object
This class contains information about a single prompt set.
-
-
Constructor Summary
Constructors Constructor Description TaskPromptSetName(com.uc4.util.XMLDocument doc, org.w3c.dom.Element node)
Creates a newTaskPromptSetName
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Returns the height of the window in the User Interface.UC4ObjectName
getName()
Returns the name of the Prompt Set.java.lang.String
getType()
Returns the type of this prompt.int
getWidth()
Returns the width of the window in the User Interface.java.lang.String
toString()
-
-
-
Method Detail
-
getName
public UC4ObjectName 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
public java.lang.String getType()
Returns the type of this prompt. Possible values are "RA" and "PROMPTSET"- Returns:
- Type
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-