edu.sc.seis.sod.validator.model
Class Text

java.lang.Object
  extended by edu.sc.seis.sod.validator.model.AbstractForm
      extended by edu.sc.seis.sod.validator.model.Text
All Implemented Interfaces:
Form, FormProvider

public class Text
extends AbstractForm


Constructor Summary
Text()
           
Text(Form parent)
           
 
Method Summary
 void accept(Tourist v)
           
 FormProvider copyWithNewParent(Form newParent)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractForm
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, getXPath, isAncestorOf, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Text

public Text()

Text

public Text(Form parent)
Method Detail

copyWithNewParent

public FormProvider copyWithNewParent(Form newParent)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

accept

public void accept(Tourist v)