Fuego Process API

fuego.papi
Interface TaskArgument


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 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

getDescription


public String getDescription()
Returns the description of this argument.


isIn


public boolean isIn()
Returns true if this argument is an input one.


getJavaType


public String getJavaType()
Returns the java type of this argument.


getName


public String getName()
Returns the name of this argument.


isOut


public boolean isOut()
Returns true if this argument is an output one.


Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved