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

Object
  extended by ParameterInfo

public final class ParameterInfo
extends Object

Method parameter info for the Veclocity engine.


Method Summary
 String getClassName()
          The class name of the parameter type.
 String getName()
          Get the name of the parameter,
 
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 the parameter,

Returns:
The parameter name, guarenteed NOT to return null.

getClassName

public String getClassName()
The class name of the parameter type. The class name will be a fully qualified name unless the class is in the java.lang package (in which case the package name is truncated).

Returns:
String