|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
org.oddjob.designer.model.DesignAdult
org.oddjob.designer.model.DesignElementType
org.oddjob.designer.model.DesignElementAttribute
A DesignElement which can also be an attribute. Subclasses of this type are for the most flexible types. The types these DesignElements represent can appear as attributes, as types (in lists, variables etc) and inline.
| Field Summary |
| Fields inherited from class org.oddjob.designer.model.DesignElementType |
detailObserver |
| Fields inherited from class org.oddjob.designer.model.DesignAdult |
parent |
| Constructor Summary | |
DesignElementAttribute()
|
|
| Method Summary | |
java.lang.String |
attribute()
Get the attribute text. |
void |
attribute(java.lang.String value)
Set the attribute text. |
void |
clear()
Clear the DesignElement of Data. |
| Methods inherited from class org.oddjob.designer.model.DesignElementType |
detail, getName, hasDetail, setName, type, type |
| Methods inherited from class org.oddjob.designer.model.DesignAdult |
addChild, childCount, childElements, children, children, clearChildren, createType, insertChild, parent, removeChild, supportedTypes, supportedTypes |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.oddjob.designer.model.DesignElement |
detail, hasDetail |
| Constructor Detail |
public DesignElementAttribute()
| Method Detail |
public java.lang.String attribute()
DesignAttribute
attribute in interface DesignAttributepublic void attribute(java.lang.String value)
DesignAttribute
attribute in interface DesignAttributevalue - The attribute. May be null.public void clear()
DesignElement
clear in interface DesignElementclear in class DesignElementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||