|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.common.xml.AbsJonasParam
public abstract class AbsJonasParam
This class defines the implementation of the element jonas-param
| Constructor Summary | |
|---|---|
protected |
AbsJonasParam(String ename)
Construct a JOnASParam with given Element name. |
| Method Summary | |
|---|---|
String |
getParamName()
|
String |
getParamValue()
|
void |
setParamName(String paramName)
Sets the name |
void |
setParamValue(String paramValue)
Sets the value |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.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 |
|---|
protected AbsJonasParam(String ename)
ename - Element name| Method Detail |
|---|
public void setParamName(String paramName)
paramName - the name to usepublic void setParamValue(String paramValue)
paramValue - the valuepublic String getParamName()
public String getParamValue()
public 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 | |||||||||