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

List of all members.

Public Member Functions

 ConfigProperty ()
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getConfigPropertyName ()
void setConfigPropertyName (String configPropertyName)
String getConfigPropertyType ()
void setConfigPropertyType (String configPropertyType)
String getConfigPropertyValue ()
void setConfigPropertyValue (String configPropertyValue)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element config-property

Author:
Florent Benoit

Definition at line 38 of file ConfigProperty.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.ConfigProperty.ConfigProperty  ) 
 

Constructor

Definition at line 64 of file ConfigProperty.java.


Member Function Documentation

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

Add a new description element to this object

Parameters:
description the description String

Definition at line 89 of file ConfigProperty.java.

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

Gets the config-property-name

Returns:
the config-property-name

Definition at line 98 of file ConfigProperty.java.

String org.objectweb.jonas_rar.deployment.xml.ConfigProperty.getConfigPropertyType  ) 
 

Gets the config-property-type

Returns:
the config-property-type

Definition at line 114 of file ConfigProperty.java.

String org.objectweb.jonas_rar.deployment.xml.ConfigProperty.getConfigPropertyValue  ) 
 

Gets the config-property-value

Returns:
the config-property-value

Definition at line 130 of file ConfigProperty.java.

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

Gets the description

Returns:
the description

Definition at line 73 of file ConfigProperty.java.

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

Set the config-property-name

Parameters:
configPropertyName configPropertyName

Definition at line 106 of file ConfigProperty.java.

void org.objectweb.jonas_rar.deployment.xml.ConfigProperty.setConfigPropertyType String  configPropertyType  ) 
 

Set the config-property-type

Parameters:
configPropertyType configPropertyType

Definition at line 122 of file ConfigProperty.java.

void org.objectweb.jonas_rar.deployment.xml.ConfigProperty.setConfigPropertyValue String  configPropertyValue  ) 
 

Set the config-property-value

Parameters:
configPropertyValue configPropertyValue

Definition at line 138 of file ConfigProperty.java.

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

Set the description

Parameters:
descriptionList description

Definition at line 81 of file ConfigProperty.java.

String org.objectweb.jonas_rar.deployment.xml.ConfigProperty.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 147 of file ConfigProperty.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:20 2005 for JOnAS by  doxygen 1.3.9.1