org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty Class Reference

List of all members.

Public Member Functions

 RequiredConfigProperty ()
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getConfigPropertyName ()
void setConfigPropertyName (String configPropertyName)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element required-config-property

Author:
Florent Benoit

Definition at line 38 of file RequiredConfigProperty.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.RequiredConfigProperty  ) 
 

Constructor

Definition at line 53 of file RequiredConfigProperty.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description the description String

Definition at line 78 of file RequiredConfigProperty.java.

String org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.getConfigPropertyName  ) 
 

Gets the config-property-name

Returns:
the config-property-name

Definition at line 86 of file RequiredConfigProperty.java.

Referenced by org.objectweb.jonas_rar.deployment.api.RequiredConfigPropertyDesc.RequiredConfigPropertyDesc().

JLinkedList org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.getDescriptionList  ) 
 

Gets the description

Returns:
the description

Definition at line 62 of file RequiredConfigProperty.java.

Referenced by org.objectweb.jonas_rar.deployment.api.RequiredConfigPropertyDesc.RequiredConfigPropertyDesc().

void org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.setConfigPropertyName String  configPropertyName  ) 
 

Set the config-property-name

Parameters:
configPropertyName configPropertyName

Definition at line 94 of file RequiredConfigProperty.java.

void org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.setDescriptionList JLinkedList  descriptionList  ) 
 

Set the description

Parameters:
descriptionList description

Definition at line 70 of file RequiredConfigProperty.java.

String org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 103 of file RequiredConfigProperty.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

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:13:23 2005 for JOnAS by  doxygen 1.3.9.1