com.jcorporate.expresso.kernel.metadata
Class Method
java.lang.Object
com.jcorporate.expresso.kernel.metadata.Method
- public class Method
- extends Object
- Since:
- Expresso 5.1
- Version:
- $Revision: 1.2 $ on $Date: 2003/06/03 06:12:21 $
- Author:
- Michael Rimov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method
public Method()
getName
public String getName()
setName
public void setName(String name)
setReturnType
public void setReturnType(String returnType)
getReturnType
public String getReturnType()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
addArgument
public void addArgument(String name,
String dataType)
Please see www.jcorporate.com for information about new Expresso releases.