Package edu.sc.seis.sod.validator.model
Class NotAllowed
java.lang.Object
edu.sc.seis.sod.validator.model.AbstractForm
edu.sc.seis.sod.validator.model.NotAllowed
- All Implemented Interfaces:
Form
,FormProvider
public class NotAllowed extends AbstractForm
-
Constructor Summary
Constructors Constructor Description NotAllowed()
NotAllowed(Form parent)
-
Method Summary
Modifier and Type Method Description 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
-
Constructor Details
-
NotAllowed
public NotAllowed() -
NotAllowed
-
-
Method Details