ALBPM Process API (PAPI)

fuego.papi
Interface ArgumentSet.Argument

Enclosing interface:
ArgumentSet

public static interface ArgumentSet.Argument

Represents an argument of an ArgumentSet


Method Summary
 Class getJavaClass()
          Gets the java class of this argument.
 String getJavaType()
          Gets the java type (name of the class) of this argument.
 String getName()
          Gets the name of this argument
 

Method Detail

getJavaClass

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

Returns:
The Class of this argument.
Throws:
ClassNotFoundException

getJavaType

public String getJavaType()
Gets the java type (name of the class) of this argument.

Returns:
The java type (name of the class) of this argument.

getName

public String getName()
Gets the name of this argument

Returns:
The name of this argument.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved