Model a process generic input parameter
Modifiers | Name | Description |
---|---|---|
interface |
OutParam.Mode |
Type Params | Return Type | Name and description |
---|---|---|
|
short |
getIndex() |
|
OutParam.Mode |
getMode() |
|
java.lang.String |
getName() @return The parameter name getter |
|
groovyx.gpars.dataflow.DataflowWriteChannel |
getOutChannel() @return The output channel instance |
|
java.util.List<groovyx.gpars.dataflow.DataflowWriteChannel> |
getOutChannels() |
|
OutParam |
into(java.lang.Object value) Defines the channel to which bind the output(s) in the script context |
Defines the channel to which bind the output(s) in the script context
value
- It can be a string representing a channel variable name in the script context. If
the variable does not exist it creates a DataflowVariable
in the script with that name.
If the specified value
is a DataflowWriteChannel
object, use this object
as the output channel