xdoclet
public final class ConfigParameter extends Object implements Serializable
Version: $Revision: 1.7 $
UNKNOWN: Jan 21, 2002 name = "configParam"
Method Summary | |
---|---|
String | getName()
Gets the Name attribute of the ConfigParameter object
|
String | getValue()
Gets the Value attribute of the ConfigParameter object
|
void | setName(String name)
The name of the parameter.
|
void | setValue(String value)
The value of the parameter.
|
Returns: The Name value
Returns: The Value value
Parameters: name The new Name value
UNKNOWN: Yes
Parameters: value The new Value value
UNKNOWN: Yes