|
|||||||||
| 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.ConfigProperty
public class ConfigProperty
This class defines the implementation of the element config-property
| Constructor Summary | |
|---|---|
ConfigProperty()
Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(java.lang.String description)
Add a new description element to this object |
java.lang.String |
getConfigPropertyName()
Gets the config-property-name |
java.lang.String |
getConfigPropertyType()
Gets the config-property-type |
java.lang.String |
getConfigPropertyValue()
Gets the config-property-value |
JLinkedList |
getDescriptionList()
Gets the description |
void |
setConfigPropertyName(java.lang.String configPropertyName)
Set the config-property-name |
void |
setConfigPropertyType(java.lang.String configPropertyType)
Set the config-property-type |
void |
setConfigPropertyValue(java.lang.String configPropertyValue)
Set the config-property-value |
void |
setDescriptionList(JLinkedList descriptionList)
Set the description |
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 ConfigProperty()
| Method Detail |
|---|
public JLinkedList getDescriptionList()
public void setDescriptionList(JLinkedList descriptionList)
descriptionList - descriptionpublic void addDescription(java.lang.String description)
description - the description Stringpublic java.lang.String getConfigPropertyName()
public void setConfigPropertyName(java.lang.String configPropertyName)
configPropertyName - configPropertyNamepublic java.lang.String getConfigPropertyType()
public void setConfigPropertyType(java.lang.String configPropertyType)
configPropertyType - configPropertyTypepublic java.lang.String getConfigPropertyValue()
public void setConfigPropertyValue(java.lang.String configPropertyValue)
configPropertyValue - configPropertyValuepublic 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 | ||||||||