Package edu.sc.seis.sod.validator.model
Class Attribute
java.lang.Object
edu.sc.seis.sod.validator.model.AbstractForm
edu.sc.seis.sod.validator.model.AbstractGenitorForm
edu.sc.seis.sod.validator.model.Attribute
- All Implemented Interfaces:
Form
,FormProvider
,GenitorForm
public class Attribute extends AbstractGenitorForm
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description void
accept(Tourist v)
FormProvider
copyWithNewParent(Form newParent)
java.lang.String
getName()
java.lang.String
toString()
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractGenitorForm
copyGutsOver, getChild, isAncestorOf
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractForm
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, getXPath, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface edu.sc.seis.sod.validator.model.Form
deref, getAnnotation, getDef, getNamespace, getParent, getXPath, isAncestorOf, isFromDef
Methods inherited from interface edu.sc.seis.sod.validator.model.FormProvider
getForm, getMax, getMin, setAnnotation, setMax, setMin
-
Constructor Details
-
Method Details
-
copyWithNewParent
-
getName
public java.lang.String getName() -
accept
- Specified by:
accept
in interfaceForm
- Overrides:
accept
in classAbstractGenitorForm
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-