|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.ejb.xml.JonasMethod
public class JonasMethod
This class defines the implementation of the element jonas-method
| Constructor Summary | |
|---|---|
JonasMethod()
Constructor |
|
| Method Summary | |
|---|---|
String |
getMethodName()
Gets the method-name |
MethodParams |
getMethodParams()
Gets the method-params |
void |
setMethodName(String methodName)
Set the method-name |
void |
setMethodParams(MethodParams methodParams)
Set the method-params |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JonasMethod()
| Method Detail |
|---|
public String getMethodName()
public void setMethodName(String methodName)
methodName - methodNamepublic MethodParams getMethodParams()
public void setMethodParams(MethodParams methodParams)
methodParams - methodParamspublic String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||