|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_rar.deployment.xml.TmConfigProperty
This class defines the implementation of the element tm-config-property
| Constructor Summary | |
TmConfigProperty()
Constructor |
|
| Method Summary | |
java.lang.String |
getTmConfigPropertyName()
Gets the tm-config-property-name |
java.lang.String |
getTmConfigPropertyValue()
Gets the tm-config-property-value |
void |
setTmConfigPropertyName(java.lang.String tmConfigPropertyName)
Set the tm-config-property-name |
void |
setTmConfigPropertyValue(java.lang.String tmConfigPropertyValue)
Set the tm-config-property-value |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TmConfigProperty()
| Method Detail |
public java.lang.String getTmConfigPropertyName()
public void setTmConfigPropertyName(java.lang.String tmConfigPropertyName)
tmConfigPropertyName - tmConfigPropertyNamepublic java.lang.String getTmConfigPropertyValue()
public void setTmConfigPropertyValue(java.lang.String tmConfigPropertyValue)
tmConfigPropertyValue - tmConfigPropertyValuepublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||