org.apache.beehive.controls.system.webservice.generator
Class MethodInfo

Object
  extended by MethodInfo

public final class MethodInfo
extends Object

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

getName

public String getName()
Get the name of this method.

Returns:
String

getReturnTypeName

public String getReturnTypeName()
Get the return class name of this method.

Returns:
String

getParams

public List<ParameterInfo> getParams()
Get the parameter list for this method.

Returns:
A List of ParameterInfo, if method has no params returns empty list.