|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMethodDD
Interface used for a method element.
| Method Summary | |
|---|---|
void |
addParam(String param)
Add a param for this method. |
String |
getEjbName()
|
String |
getName()
Gets the name of the method. |
List<String> |
getParams()
Gets the params of this method. |
void |
setEjbName(String ejbName)
Sets the name of the EJB. |
void |
setName(String name)
Sets the name of the method. |
String |
toString()
|
| Method Detail |
|---|
String getName()
void setName(String name)
name - the name of the method.List<String> getParams()
void addParam(String param)
param - the given parameter of the methodString getEjbName()
void setEjbName(String ejbName)
ejbName - the given name.String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||