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

List of all members.

Public Member Functions

 License ()
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getLicenseRequired ()
void setLicenseRequired (String licenseRequired)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element license

Author:
Florent Benoit

Definition at line 38 of file License.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.License.License  ) 
 

Constructor

Definition at line 54 of file License.java.


Member Function Documentation

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

Add a new description element to this object

Parameters:
description the description String

Definition at line 79 of file License.java.

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

Gets the description

Returns:
the description

Definition at line 63 of file License.java.

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

String org.objectweb.jonas_rar.deployment.xml.License.getLicenseRequired  ) 
 

Gets the license-required

Returns:
the license-required

Definition at line 87 of file License.java.

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

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

Set the description

Parameters:
descriptionList description

Definition at line 71 of file License.java.

void org.objectweb.jonas_rar.deployment.xml.License.setLicenseRequired String  licenseRequired  ) 
 

Set the license-required

Parameters:
licenseRequired licenseRequired

Definition at line 95 of file License.java.

String org.objectweb.jonas_rar.deployment.xml.License.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 104 of file License.java.

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

Referenced by org.objectweb.jonas_rar.deployment.xml.Connector.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:22 2005 for JOnAS by  doxygen 1.3.9.1