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

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

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.InitParam:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setDescription (String description)
void setParamName (String paramName)
void setParamValue (String paramValue)
String getParamName ()
String getParamValue ()
String getDescription ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element init-param
Author:
Florent Benoit

Definition at line 33 of file InitParam.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.InitParam.getDescription  ) 
 

Returns:
the description of the parameter

Definition at line 100 of file InitParam.java.

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

Returns:
the name of the parameter

Definition at line 85 of file InitParam.java.

Referenced by org.objectweb.jonas_lib.deployment.api.HandlerDesc.HandlerDesc().

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

Returns:
the value of the parameter

Definition at line 93 of file InitParam.java.

Referenced by org.objectweb.jonas_lib.deployment.api.HandlerDesc.HandlerDesc().

void org.objectweb.jonas_lib.deployment.xml.InitParam.setDescription String  description  ) 
 

Sets the description

Parameters:
description the description to use

Definition at line 56 of file InitParam.java.

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

Sets the name

Parameters:
paramName the name to use

Definition at line 64 of file InitParam.java.

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

Sets the value

Parameters:
paramValue the value

Definition at line 73 of file InitParam.java.

String org.objectweb.jonas_lib.deployment.xml.InitParam.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 110 of file InitParam.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:35 2005 for JOnAS by  doxygen 1.3.9.1