| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.ConfigProperty
ConfigProperty | public class ConfigProperty extends AbsElement (Code) | | This class defines the implementation of the element config-property
author: Florent Benoit |
ConfigProperty | public ConfigProperty()(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 |
getConfigPropertyType | public String getConfigPropertyType()(Code) | | Gets the config-property-type
the config-property-type |
getConfigPropertyValue | public String getConfigPropertyValue()(Code) | | Gets the config-property-value
the config-property-value |
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 |
setConfigPropertyType | public void setConfigPropertyType(String configPropertyType)(Code) | | Set the config-property-type
Parameters: configPropertyType - configPropertyType |
setConfigPropertyValue | public void setConfigPropertyValue(String configPropertyValue)(Code) | | Set the config-property-value
Parameters: configPropertyValue - configPropertyValue |
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. |
|
|
|