ALBPM Process API

fuego.papi
Interface ArgumentSet.Argument

Enclosing interface:
ArgumentSet

public static interface ArgumentSet.Argument

This class represent an argument of an ArgumentSet


Method Summary
 Class getJavaClass()
          Return the java class of the argument.
 String getJavaType()
          Returns the java type (name of the class) of the argument.
 String getName()
          Returns the name of the argument
 String getType()
          Returns the ALBPM type (name of the Type) of the argument.
 

Method Detail

getJavaClass

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

Returns:
The Class of the argument.
Throws:
ClassNotFoundException - if the class was not found.

getJavaType

String getJavaType()
Returns the java type (name of the class) of the argument.

Returns:
A String with the name of the class.

getType

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

Returns:
A String with the name of the Albpm type.

getName

String getName()
Returns the name of the argument

Returns:
The name of the argument.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved