getNumberOfArguments
getNumberOfArguments()

The getNumberOfArguments method returns the number of arguments expected by the Java class with which you are integrating.

Return value

The getNumberOfArguments method returns an integer.

Example

The following example shows printing the number of arguments.

public int getNumberOfArguments()
{
return 0;
}


IBM Unica Interact
 
8.5.0
For more information, see our support and community site: Customer Central