Public Member Functions | |
| RequiredConfigProperty () | |
| JLinkedList | getDescriptionList () |
| void | setDescriptionList (JLinkedList descriptionList) |
| void | addDescription (String description) |
| String | getConfigPropertyName () |
| void | setConfigPropertyName (String configPropertyName) |
| String | toXML (int indent) |
Definition at line 38 of file RequiredConfigProperty.java.
|
|
Constructor Definition at line 53 of file RequiredConfigProperty.java. |
|
|
Add a new description element to this object
Definition at line 78 of file RequiredConfigProperty.java. |
|
|
Gets the config-property-name
Definition at line 86 of file RequiredConfigProperty.java. Referenced by org.objectweb.jonas_rar.deployment.api.RequiredConfigPropertyDesc.RequiredConfigPropertyDesc(). |
|
|
Gets the description
Definition at line 62 of file RequiredConfigProperty.java. Referenced by org.objectweb.jonas_rar.deployment.api.RequiredConfigPropertyDesc.RequiredConfigPropertyDesc(). |
|
|
Set the config-property-name
Definition at line 94 of file RequiredConfigProperty.java. |
|
|
Set the description
Definition at line 70 of file RequiredConfigProperty.java. |
|
|
Represents this element by it's XML description.
Definition at line 103 of file RequiredConfigProperty.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