org.speakright.core.render.html
Class PromptSpec

java.lang.Object
  extended by org.speakright.core.render.html.PromptSpec

public class PromptSpec
extends java.lang.Object

wraps a Prompt object, for use in ST template

Author:
Ian Rae

Constructor Summary
PromptSpec(Prompt prompt)
           
 
Method Summary
static void add(java.util.ArrayList L, PromptSpec spec)
           
 boolean getBargeIn()
           
 java.lang.String getCountNot1()
           
 java.util.ArrayList getItemL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromptSpec

public PromptSpec(Prompt prompt)
Method Detail

getBargeIn

public boolean getBargeIn()

getItemL

public java.util.ArrayList getItemL()

getCountNot1

public java.lang.String getCountNot1()

add

public static void add(java.util.ArrayList L,
                       PromptSpec spec)