| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.TmConfigProperty
TmConfigProperty | public class TmConfigProperty extends AbsElement (Code) | | This class defines the implementation of the element tm-config-property
author: Florent Benoit |
TmConfigProperty | public TmConfigProperty()(Code) | | Constructor
|
getTmConfigPropertyName | public String getTmConfigPropertyName()(Code) | | Gets the tm-config-property-name
the tm-config-property-name |
getTmConfigPropertyValue | public String getTmConfigPropertyValue()(Code) | | Gets the tm-config-property-value
the tm-config-property-value |
setTmConfigPropertyName | public void setTmConfigPropertyName(String tmConfigPropertyName)(Code) | | Set the tm-config-property-name
Parameters: tmConfigPropertyName - tmConfigPropertyName |
setTmConfigPropertyValue | public void setTmConfigPropertyValue(String tmConfigPropertyValue)(Code) | | Set the tm-config-property-value
Parameters: tmConfigPropertyValue - tmConfigPropertyValue |
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. |
|
|
|