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

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

public class Empty
extends AbstractForm


Constructor Summary
Empty()
           
Empty(Form parent)
           
 
Method Summary
 void accept(Tourist v)
           
 FormProvider copyWithNewParent(Form newParent)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

Empty

public Empty()

Empty

public Empty(Form parent)
Method Detail

copyWithNewParent

public FormProvider copyWithNewParent(Form newParent)

accept

public void accept(Tourist v)