|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an activity's internal view of the details of an activity input parameter.
Each activity can have a number of inputs and outputs. Inputs must be connected to outputs from other activities.
Method Summary | |
void |
setIsOptional(boolean optional)
Sets whether or not this input is optional. |
void |
setOutputName(java.lang.String outputName)
Sets the name of the output that will be the input to this parameter. |
Methods inherited from interface uk.org.ogsadai.client.toolkit.activity.ActivityInputParameter |
getName, getOutputName, isOptional, toString |
Method Detail |
public void setIsOptional(boolean optional)
optional
- true
if the input is optional,
false
otherwise.public void setOutputName(java.lang.String outputName)
outputName
- Name of activity output.
java.lang.IllegalArgumentException
- if the argument is null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |