tyrex.resource.jca.dd
public class DDConfigProperty extends Object
Version: $Revision: 1.2 $
| Field Summary | |
|---|---|
| static String | CONNECTION_URL |
| static String | PASSWORD |
| static String | PORT_NUMBER |
| static String | SERVER_NAME |
| static String | USER_NAME |
| Method Summary | |
|---|---|
| String | getConfigPropertyName()
The name of the configuration property.
|
| String | getConfigPropertyType()
The fully qualified Java type of a configuration property. |
| String | getConfigPropertyValue()
The value of a configuration entry.
|
| String | getDescription() |
| void | setConfigPropertyName(String name) |
| void | setConfigPropertyType(String type) |
| void | setConfigPropertyValue(String value) |
| void | setDescription(String description) |
Returns: The name of the configuration property
Returns: The type of the configuration property
Returns: The value of a configuration entry