|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMethodInfo
public final class MethodInfo
Method info for the Velocity engine.
Method Summary | |
---|---|
String |
getName()
Get the name of this method. |
List<ParameterInfo> |
getParams()
Get the parameter list for this method. |
String |
getReturnTypeName()
Get the return class name of this method. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public String getReturnTypeName()
public List<ParameterInfo> getParams()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |