public class TaskPromptSetName
extends java.lang.Object
Constructor and Description |
---|
TaskPromptSetName(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element node)
Creates a new
TaskPromptSetName . |
Modifier and Type | Method and 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() |
public TaskPromptSetName(com.uc4.util.XMLDocument doc, org.w3c.dom.Element node)
TaskPromptSetName
.doc
- XML Documentnode
- Elementpublic UC4ObjectName getName()
public int getHeight()
public int getWidth()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Object