edu.sc.seis.sod.validator.model
Class Data
java.lang.Object
edu.sc.seis.sod.validator.model.AbstractForm
edu.sc.seis.sod.validator.model.Data
- All Implemented Interfaces:
- Form, FormProvider
- Direct Known Subclasses:
- Value
public class Data
- extends AbstractForm
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, wait, wait, wait |
Data
public Data(int min,
int max,
ModelDatatype datatype)
Data
public Data(int min,
int max,
ModelDatatype datatype,
Form parent)
copyWithNewParent
public FormProvider copyWithNewParent(Form newParent)
getDatatype
public ModelDatatype getDatatype()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
accept
public void accept(Tourist v)