|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A TaskArgument represents an argument of a activity task.
It can be either an input argument, an output argument or an input/output argument.
| Method Summary | |
String |
getDescription()
Returns the description of this argument. |
String |
getJavaType()
Returns the java type of this argument. |
String |
getName()
Returns the name of this argument. |
boolean |
isIn()
Returns true if this argument is an input one. |
boolean |
isOut()
Returns true if this argument is an output one. |
| Method Detail |
public String getDescription()
public boolean isIn()
public String getJavaType()
public String getName()
public boolean isOut()
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||