Inherited by org.objectweb.jonas_lib.deployment.xml.JonasCallProperty, org.objectweb.jonas_lib.deployment.xml.JonasInitParam, org.objectweb.jonas_lib.deployment.xml.JonasParam, and org.objectweb.jonas_lib.deployment.xml.JonasStubProperty.
Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.AbsJonasParam:


Public Member Functions | |
| void | setParamName (String paramName) |
| void | setParamValue (String paramValue) |
| String | getParamName () |
| String | getParamValue () |
| String | toXML (int indent) |
Protected Member Functions | |
| AbsJonasParam (String ename) | |
Definition at line 33 of file AbsJonasParam.java.
|
|
Construct a JOnASParam with given Element name.
Definition at line 54 of file AbsJonasParam.java. |
|
|
Definition at line 83 of file AbsJonasParam.java. Referenced by org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc.PortComponentRefDesc(), and org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.ServiceRefDesc(). |
|
|
Definition at line 91 of file AbsJonasParam.java. Referenced by org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc.PortComponentRefDesc(), and org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.ServiceRefDesc(). |
|
|
Sets the name
Definition at line 64 of file AbsJonasParam.java. |
|
|
Sets the value
Definition at line 73 of file AbsJonasParam.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 100 of file AbsJonasParam.java. References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement(). |
Here is the call graph for this function:

1.3.9.1