| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.License
License | public class License extends AbsElement (Code) | | This class defines the implementation of the element license
author: Florent Benoit |
Constructor Summary | |
public | License() |
License | public License()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - the description String |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description
the description |
getLicenseRequired | public String getLicenseRequired()(Code) | | Gets the license-required
the license-required |
setDescriptionList | public void setDescriptionList(JLinkedList descriptionList)(Code) | | Set the description
Parameters: descriptionList - description |
setLicenseRequired | public void setLicenseRequired(String licenseRequired)(Code) | | Set the license-required
Parameters: licenseRequired - licenseRequired |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|