Spec-Zone .ru
спецификации, руководства, описания, API
Doclet API

com.sun.javadoc
Interface Parameter


public interface Parameter

Parameter information. This includes a parameter type and parameter name.


Method Summary
 String name()
          Get local name of this parameter.
 String toString()
          Returns a string representation of the class.
 Type type()
          Get the type of this parameter.
 String typeName()
          Get type name of this parameter.
 

Method Detail

type

public Type type()
Get the type of this parameter.


name

public String name()
Get local name of this parameter. For example if parameter is the short 'index', returns "index".


typeName

public String typeName()
Get type name of this parameter. For example if parameter is the short 'index', returns "short".


toString

public String toString()
Returns a string representation of the class.

For example if parameter is the short 'index', returns "short index".

Returns:
type name and parameter name of this parameter.

Doclet API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.