|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents details of an activity input parameter.
Each activity can have a number of inputs and outputs. Inputs must be connected to the outputs from other activities.
Method Summary | |
java.lang.String |
getName() Gets the name of the input parameter. |
java.lang.String |
getOutputName() Gets the name of the activity output that is the input to this parameter. |
boolean |
isOptional() Gets whether or not this input parameter can be regarded as optional or not. |
java.lang.String |
toString() Returns a brief description of this activity input parameter. |
Method Detail |
public java.lang.String getOutputName()
Note that this is the name of the output not the name of the an output parameter. Multiple activities may have outputs that share the same parameter name (for example 'QueryResult') but each output for each activity will have a unique output name.
null
if the output has not yet been specified.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 input if the inputs are to be displayed to the user.
public boolean isOptional()
true
is the input is optional, false
otherwise.public java.lang.String toString()
[ActivityInputParameter: name = 'query' output = 'f6373a5f' optional = false]
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |