|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vdoclet.docinfo.ParameterInfo
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 |
public ParameterInfo(String type, String name)
Method Detail |
public String getName()
public String getType()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |