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

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

public class NotAllowed
extends AbstractForm


Constructor Summary
NotAllowed()
           
NotAllowed(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

NotAllowed

public NotAllowed()

NotAllowed

public NotAllowed(Form parent)
Method Detail

accept

public void accept(Tourist v)

copyWithNewParent

public FormProvider copyWithNewParent(Form newParent)