Public Member Functions | |
| ConfigProperty () | |
| JLinkedList | getDescriptionList () |
| void | setDescriptionList (JLinkedList descriptionList) |
| void | addDescription (String description) |
| String | getConfigPropertyName () |
| void | setConfigPropertyName (String configPropertyName) |
| String | getConfigPropertyType () |
| void | setConfigPropertyType (String configPropertyType) |
| String | getConfigPropertyValue () |
| void | setConfigPropertyValue (String configPropertyValue) |
| String | toXML (int indent) |
Definition at line 38 of file ConfigProperty.java.
|
|
Constructor Definition at line 64 of file ConfigProperty.java. |
|
|
Add a new description element to this object
Definition at line 89 of file ConfigProperty.java. |
|
|
Gets the config-property-name
Definition at line 98 of file ConfigProperty.java. |
|
|
Gets the config-property-type
Definition at line 114 of file ConfigProperty.java. |
|
|
Gets the config-property-value
Definition at line 130 of file ConfigProperty.java. |
|
|
Gets the description
Definition at line 73 of file ConfigProperty.java. |
|
|
Set the config-property-name
Definition at line 106 of file ConfigProperty.java. |
|
|
Set the config-property-type
Definition at line 122 of file ConfigProperty.java. |
|
|
Set the config-property-value
Definition at line 138 of file ConfigProperty.java. |
|
|
Set the description
Definition at line 81 of file ConfigProperty.java. |
|
|
Represents this element by it's XML description.
Definition at line 147 of file ConfigProperty.java. References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(). |
Here is the call graph for this function:

1.3.9.1