| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.JonasConfigProperty
JonasConfigProperty | public class JonasConfigProperty extends AbsElement (Code) | | This class defines the implementation of the element jonas-config-property
author: Florent Benoit |
JonasConfigProperty | public JonasConfigProperty()(Code) | | Constructor
|
getJonasConfigPropertyName | public String getJonasConfigPropertyName()(Code) | | Gets the jonas-config-property-name
the jonas-config-property-name |
getJonasConfigPropertyValue | public String getJonasConfigPropertyValue()(Code) | | Gets the jonas-config-property-value
the jonas-config-property-value |
setJonasConfigPropertyName | public void setJonasConfigPropertyName(String jonasConfigPropertyName)(Code) | | Set the jonas-config-property-name
Parameters: jonasConfigPropertyName - jonasConfigPropertyName |
setJonasConfigPropertyValue | public void setJonasConfigPropertyValue(String jonasConfigPropertyValue)(Code) | | Set the jonas-config-property-value
Parameters: jonasConfigPropertyValue - jonasConfigPropertyValue |
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. |
|
|
|