|
|||||||||
| 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.SimpleAttribute
An DesignElement that is only an attribute in an objects configuration.
| Constructor Summary | |
SimpleAttribute()
|
|
| 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. |
DesignDefinition |
detail()
The method is overridden by sub classes which have a detailed definition for their configuration. |
boolean |
hasDetail()
Has the the element got detail, i.e more than just an attribute. |
| 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 |
| Constructor Detail |
public SimpleAttribute()
| 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 boolean hasDetail()
DesignElement
hasDetail in interface DesignElementpublic DesignDefinition detail()
DesignElement
detail in interface DesignElementpublic void clear()
DesignElement
clear in interface DesignElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||