|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.common.MethodDD
public class MethodDD
This class defines the <method> element.
Field Summary | |
---|---|
private java.lang.String |
name
Name of the method. |
private java.util.List<java.lang.String> |
params
List of params. |
Constructor Summary | |
---|---|
MethodDD()
Default constructor. |
Method Summary | |
---|---|
void |
addParam(java.lang.String param)
Add a param for this method. |
java.lang.String |
getName()
Gets the name of the method. |
java.util.List<java.lang.String> |
getParams()
Gets the params of this method. |
void |
setName(java.lang.String name)
Sets the name of the method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String name
private java.util.List<java.lang.String> params
Constructor Detail |
---|
public MethodDD()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the method.public java.util.List<java.lang.String> getParams()
public void addParam(java.lang.String param)
param
- the given parameter of the method
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |