org.objectweb.jonas_lib.deployment.xml
Class JonasParam

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_lib.deployment.xml.AbsJonasParam
          extended by org.objectweb.jonas_lib.deployment.xml.JonasParam
All Implemented Interfaces:
java.io.Serializable, Element

public class JonasParam
extends AbsJonasParam

This class defines the implementation of the element jonas-init-param

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
JonasParam()
          Default constructor
 
Method Summary
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsJonasParam
getParamName, getParamValue, setParamName, setParamValue, toXML
 
Methods inherited from class org.objectweb.jonas_lib.deployment.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

JonasParam

public JonasParam()
Default constructor