|
||||||||||
| 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_ejb.deployment.xml.ActivationConfigProperty
This class defines the implementation of the element activation-config-property
| Constructor Summary | |
ActivationConfigProperty()
Constructor |
|
| Method Summary | |
java.lang.String |
getActivationConfigPropertyName()
Gets the activation-config-property-name |
java.lang.String |
getActivationConfigPropertyValue()
Gets the activation-config-property-value |
void |
setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
Set the activation-config-property-name |
void |
setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
Set the activation-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 ActivationConfigProperty()
| Method Detail |
public java.lang.String getActivationConfigPropertyName()
public void setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
activationConfigPropertyName - activation-config-property-namepublic java.lang.String getActivationConfigPropertyValue()
public void setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
activationConfigPropertyValue - activation-config-property-valuepublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||