|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides access to the data associated with a microflow.
| Field Summary | |
static java.lang.String |
VCS_ID
Version control info. |
| Method Summary | |
java.lang.Object |
getAttribute(java.lang.String name)
Retrieve data from the microflow by name. |
java.lang.Object |
setAttribute(java.lang.String name,
java.lang.Object obj)
Set this named attribute in the microflow. |
| Field Detail |
public static final java.lang.String VCS_ID
| Method Detail |
public java.lang.Object getAttribute(java.lang.String name)
name - The name of the attribute to retrieve.
public java.lang.Object setAttribute(java.lang.String name,
java.lang.Object obj)
name - The name of the attribute to set/overwrite.obj - The value of the attribute to set/overwrite.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||