|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.qdox.QDoxParameterInfo
Parameter information.
Constructor Summary | |
QDoxParameterInfo(Jane aJane,
com.thoughtworks.qdox.model.JavaParameter theParam)
Create a new QDoxParameterInfo . |
Method Summary | |
java.lang.String |
getName()
Returns the name of the parameter. |
ClassInfo |
getType()
Returns the parameter type. |
boolean |
isFinal()
Returns true if this parameter is final. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QDoxParameterInfo(Jane aJane, com.thoughtworks.qdox.model.JavaParameter theParam)
QDoxParameterInfo
.Method Detail |
public java.lang.String getName()
getName
in interface ParameterInfo
public ClassInfo getType()
getType
in interface ParameterInfo
public boolean isFinal()
true
if this parameter is final.isFinal
in interface ParameterInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |