org.speakright.core.render
Class SpeechForm

java.lang.Object
  extended by org.speakright.core.render.SpeechForm
All Implemented Interfaces:
ISpeechForm

public class SpeechForm
extends java.lang.Object
implements ISpeechForm

Represents a voicexml form

Author:
IanRaeLaptop

Field Summary
 java.util.ArrayList<FormElement> m_fieldL
           
 
Constructor Summary
SpeechForm()
           
 
Method Summary
 void addField(FormElement el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_fieldL

public java.util.ArrayList<FormElement> m_fieldL
Constructor Detail

SpeechForm

public SpeechForm()
Method Detail

addField

public void addField(FormElement el)
Specified by:
addField in interface ISpeechForm