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, isAncestorOfcopyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, getXPath, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitderef, getAnnotation, getDef, getNamespace, getParent, getXPath, isAncestorOf, isFromDefgetForm, getMax, getMin, setAnnotation, setMax, setMinpublic 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 Formaccept in class AbstractGenitorFormpublic java.lang.String toString()
toString in class java.lang.Object