org.objectweb.jonas_ejb.deployment.xml
Class MethodParams

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

public class MethodParams
extends AbsElement

This class defines the implementation of the element method-params

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
MethodParams()
          Constructor
 
Method Summary
 void addMethodParam(java.lang.String methodParam)
          Add a new method-param element to this object
 JLinkedList getMethodParamList()
          Gets the method-param
 void setMethodParamList(JLinkedList methodParamList)
          Set the method-param
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
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

MethodParams

public MethodParams()
Constructor

Method Detail

getMethodParamList

public JLinkedList getMethodParamList()
Gets the method-param

Returns:
the method-param

setMethodParamList

public void setMethodParamList(JLinkedList methodParamList)
Set the method-param

Parameters:
methodParamList - methodParam

addMethodParam

public void addMethodParam(java.lang.String methodParam)
Add a new method-param element to this object

Parameters:
methodParam - the methodParamobject

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.