| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.RequiredConfigProperty
RequiredConfigProperty | public class RequiredConfigProperty extends AbsElement (Code) | | This class defines the implementation of the element required-config-property
author: Florent Benoit |
RequiredConfigProperty | public RequiredConfigProperty()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - the description String |
getConfigPropertyName | public String getConfigPropertyName()(Code) | | Gets the config-property-name
the config-property-name |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description
the description |
setConfigPropertyName | public void setConfigPropertyName(String configPropertyName)(Code) | | Set the config-property-name
Parameters: configPropertyName - configPropertyName |
setDescriptionList | public void setDescriptionList(JLinkedList descriptionList)(Code) | | Set the description
Parameters: descriptionList - description |
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. |
|
|
|