Package com.uc4.api

Class TaskPromptSetName

java.lang.Object
com.uc4.api.TaskPromptSetName

public class TaskPromptSetName extends Object
This class contains information about a single prompt set.
  • Constructor Details

    • TaskPromptSetName

      public TaskPromptSetName(com.uc4.util.XMLDocument doc, Element node)
      Creates a new TaskPromptSetName.
      Parameters:
      doc - XML Document
      node - Element
  • Method Details

    • 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 String getType()
      Returns the type of this prompt. Possible values are "RA" and "PROMPTSET"
      Returns:
      Type
    • toString

      public String toString()
      Overrides:
      toString in class Object