|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.omus.data.DataField
The abstract superclass of all DataFields.
| Method Summary | |
abstract
void |
accept(FieldVisitor fv)
Accepts a visitor. |
void |
addListener(FieldListener cl)
Adds a listener to this DataField that gets notified when the value of this object was modified. |
java.lang.Object |
clone()
Returns a clone of this DataField |
java.lang.String |
getName()
Returns the name of this DataField. |
void |
removeListener(FieldListener clRem)
Removes the specified listener from this DataField. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getName()
public java.lang.Object clone()
public void addListener(FieldListener cl)
public void removeListener(FieldListener clRem)
public abstract void accept(FieldVisitor fv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||