vdoclet.docinfo
Class ParameterInfo

java.lang.Object
  |
  +--vdoclet.docinfo.ParameterInfo

public class ParameterInfo
extends Object

Info about a Parameter.


Constructor Summary
ParameterInfo(String type, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Get the name
 String getType()
          Get the type
 int hashCode()
           
 String toString()
          Get the canonical representation of the parameter as a String
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterInfo

public ParameterInfo(String type,
                     String name)
Method Detail

getName

public String getName()
Get the name


getType

public String getType()
Get the type


toString

public String toString()
Get the canonical representation of the parameter as a String

Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object