Package edu.sc.seis.sod.validator.model
Interface GenitorForm
-
- All Superinterfaces:
Form
,FormProvider
- All Known Implementing Classes:
AbstractGenitorForm
,AnyXMLElement
,Attribute
,NamedElement
public interface GenitorForm extends Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Form
getChild()
-
Methods inherited from interface edu.sc.seis.sod.validator.model.Form
accept, deref, getAnnotation, getDef, getNamespace, getParent, getXPath, isAncestorOf, isAncestorOf, isFromDef
-
Methods inherited from interface edu.sc.seis.sod.validator.model.FormProvider
copyWithNewParent, getForm, getMax, getMin, setAnnotation, setMax, setMin
-
-
-
-
Method Detail
-
getChild
Form getChild()
- Returns:
- the Form that goes inside this one
-
-