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

getDescription

String getDescription()
Returns the description of this argument.


isIn

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


getJavaType

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


getFuegoType

String getFuegoType()
Returns the ALBPM type (name of the Type) of this argument.


getJavaClass

Class getJavaClass()
                   throws ClassNotFoundException
Returns the java class of this argument.

Throws:
ClassNotFoundException

getName

String getName()
Returns the name of this argument.


isOut

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


ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved