|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents details of an activity output parameter.
Each activity can have a number of inputs and outputs. Outputs can be connected to the inputs of other activities.
Method Summary | |
java.lang.String |
getName() Gets the name of the output parameter. |
ActivityOutput |
getOutput() Gets the activity output associated with this output parameter. |
java.lang.String |
toString() Returns a brief description of this activity output parameter. |
Method Detail |
public java.lang.String getName()
This name has no real internal purpose. It is intended purely as a label that can be attached to the output if the outputs are to be displayed to the user.
public ActivityOutput getOutput()
public java.lang.String toString()
[ActivityOutputParameter: name = 'resultSet' output = 'f6373a5f']
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |