Package com.uc4.api

Class 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 new TaskPromptSetName.
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TaskPromptSetName

        public TaskPromptSetName​(com.uc4.util.XMLDocument doc,
                                 org.w3c.dom.Element node)
        Creates a new TaskPromptSetName.
        Parameters:
        doc - XML Document
        node - Element
    • 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 class java.lang.Object