Public Member Functions

jde.wizards.NameFactory Interface Reference

Inheritance diagram for jde.wizards.NameFactory:
jde.wizards.DefaultNameFactory

List of all members.

Public Member Functions

String getParameterName (Class type, int param_num, int total_params)

Detailed Description

Interface for class that provides name for method parameters.

Author:
Eric D. Friedman
Version:
Revision:
1.26

Member Function Documentation

String jde.wizards.NameFactory.getParameterName ( Class  type,
int  param_num,
int  total_params 
)

Returns a unique (descriptive?) parameter name for the specified type.

Parameters:
type - the parameter type
param_num - the parameter's number in its method Signature
total_params - the total number of parameters in the Signature.

Implemented in jde.wizards.DefaultNameFactory.

Referenced by jde.wizards.Signature.getParameters(), and jde.wizards.Signature.toJavaDoc().


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties