|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskArgument
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 |
getFuegoType()
Returns the ALBPM type (name of the Type) of this argument. |
Class |
getJavaClass()
Returns the java class 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 |
|---|
String getDescription()
boolean isIn()
String getJavaType()
String getFuegoType()
Class getJavaClass()
throws ClassNotFoundException
ClassNotFoundExceptionString getName()
boolean isOut()
|
ALBPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||