Expresso 5-6

com.jcorporate.expresso.kernel.metadata
Class Method

java.lang.Object
  extended bycom.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

Constructor Summary
Method()
           
 
Method Summary
 void addArgument(String name, String dataType)
           
 String getDescription()
           
 String getName()
           
 String getReturnType()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setReturnType(String returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Method

public Method()
Method Detail

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)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.