public class Attribute extends AbstractGenitorForm
Constructor and Description |
---|
Attribute(int min,
int max,
java.lang.String name) |
Attribute(int min,
int max,
java.lang.String name,
Form parent) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Tourist v) |
FormProvider |
copyWithNewParent(Form newParent) |
java.lang.String |
getName() |
java.lang.String |
toString() |
copyGutsOver, getChild, isAncestorOf
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, getXPath, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
deref, getAnnotation, getDef, getNamespace, getParent, getXPath, isAncestorOf, isFromDef
getForm, getMax, getMin, setAnnotation, setMax, setMin
public Attribute(int min, int max, java.lang.String name)
public Attribute(int min, int max, java.lang.String name, Form parent)
public FormProvider copyWithNewParent(Form newParent)
public java.lang.String getName()
public void accept(Tourist v)
accept
in interface Form
accept
in class AbstractGenitorForm
public java.lang.String toString()
toString
in class java.lang.Object