|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.data.ActualParameter
An ActualParameter defines the value to be passed as a parameter to a tool. An IN parameter is an expression, an INOUT parameter is the name of the workflow relevant datum whose value is to be passed in and out of the tool, and an OUT parameter is the name of the workflow datum to set with the output value.
Constructor Summary | |
ActualParameter()
|
|
ActualParameter(java.lang.String text)
Construct an ActualParameter. |
Method Summary | |
void |
accept(PackageVisitor visitor)
|
java.lang.String |
getText()
Get the text of the actual parameter. |
void |
setText(java.lang.String text)
Set the text of the actual parameter. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActualParameter()
public ActualParameter(java.lang.String text)
text
- The text of the actual parameterMethod Detail |
public void accept(PackageVisitor visitor)
public java.lang.String getText()
public void setText(java.lang.String text)
text
- The text of the actual parameterpublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |