| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.common.MethodDD
MethodDD | public class MethodDD (Code) | | This class defines the <method> element.
author: Florent Benoit |
Constructor Summary | |
public | MethodDD() Default constructor. |
MethodDD | public MethodDD()(Code) | | Default constructor.
|
addParam | public void addParam(String param)(Code) | | Add a param for this method.
Parameters: param - the given parameter of the method |
getName | public String getName()(Code) | | Gets the name of the method.
the method's name. |
getParams | public List<String> getParams()(Code) | | Gets the params of this method.
the method's name. |
setEjbName | public void setEjbName(String ejbName)(Code) | | Sets the name of the EJB.
Parameters: ejbName - the given name. |
setName | public void setName(String name)(Code) | | Sets the name of the method.
Parameters: name - the name of the method. |
toString | public String toString()(Code) | | string representation of this module. |
|
|
|