Public Member Functions | |
| ConfigPropertyDesc () | |
| List | getDescriptionList () |
| String | getConfigPropertyName () |
| void | setConfigPropertyName (String configPropertyName) |
| String | getConfigPropertyType () |
| void | setConfigPropertyType (String configPropertyType) |
| String | getConfigPropertyValue () |
| void | setConfigPropertyValue (String configPropertyValue) |
Definition at line 40 of file ConfigPropertyDesc.java.
|
|
Constructor Definition at line 66 of file ConfigPropertyDesc.java. |
|
|
Gets the config-property-name
Definition at line 97 of file ConfigPropertyDesc.java. Referenced by org.objectweb.jonas.resource.ResourceUtility.buildConfigProperty(). |
|
|
Gets the config-property-type
Definition at line 113 of file ConfigPropertyDesc.java. |
|
|
Gets the config-property-value
Definition at line 129 of file ConfigPropertyDesc.java. |
|
|
Gets the description
Definition at line 89 of file ConfigPropertyDesc.java. |
|
|
Set the config-property-name
Definition at line 105 of file ConfigPropertyDesc.java. References org.objectweb.jonas_rar.deployment.xml.ConfigProperty.configPropertyName. Referenced by org.objectweb.jonas.resource.ResourceUtility.buildConfigProperty(). |
|
|
Set the config-property-type
Definition at line 121 of file ConfigPropertyDesc.java. References org.objectweb.jonas_rar.deployment.xml.ConfigProperty.configPropertyType. |
|
|
Set the config-property-value
Definition at line 137 of file ConfigPropertyDesc.java. References org.objectweb.jonas_rar.deployment.xml.ConfigProperty.configPropertyValue. Referenced by org.objectweb.jonas.resource.ResourceUtility.buildConfigProperty(). |
1.3.9.1