|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is a writable version of FCAElement.
Method Summary | |
void |
setContextPosition(int contextPosition)
Sets an index within a context. |
void |
setData(java.lang.Object data)
Changes the data stored in this FCAElement. |
void |
setDescription(org.jdom.Element description)
Sets a description for the FCAElement. |
Methods inherited from interface net.sourceforge.toscanaj.model.context.FCAElement |
getContextPosition, getData, getDescription |
Method Detail |
public void setData(java.lang.Object data)
data
- The new data, must not be null.public void setDescription(org.jdom.Element description)
description
- The new description, can be null.public void setContextPosition(int contextPosition)
contextPosition
- The position of the object or attribute in the context or
-1 if there is no such order.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |