org.objectweb.jonas_lib.deployment.xml.AbsJonasParam Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

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:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.AbsJonasParam:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

This class defines the implementation of the element jonas-param
Author:
Guillaume Sauthier

Definition at line 33 of file AbsJonasParam.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.AbsJonasParam String  ename  )  [protected]
 

Construct a JOnASParam with given Element name.

Parameters:
ename Element name

Definition at line 54 of file AbsJonasParam.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.getParamName  ) 
 

Returns:
the name of the parameter

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().

String org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.getParamValue  ) 
 

Returns:
the value of the parameter

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().

void org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.setParamName String  paramName  ) 
 

Sets the name

Parameters:
paramName the name to use

Definition at line 64 of file AbsJonasParam.java.

void org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.setParamValue String  paramValue  ) 
 

Sets the value

Parameters:
paramValue the value

Definition at line 73 of file AbsJonasParam.java.

String org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

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:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:31 2005 for JOnAS by  doxygen 1.3.9.1