xdoclet.modules.web
public static class WebXmlSubTask.ContextParam extends Object implements Serializable
UNKNOWN: July 28, 2001
Method Summary | |
---|---|
String | getDescription()
Gets the Description attribute of the ContextParam object
|
String | getName()
Gets the Name attribute of the ContextParam object
|
String | getValue()
Gets the Value attribute of the ContextParam object
|
void | setDescription(String desc)
An optional description of the parameter.
|
void | setName(String name)
The name of the parameter. |
void | setValue(String value)
The value of the parameter.
|
Returns: The Description value
Returns: The Name value
Returns: The Value value
Parameters: desc The new Description value
Parameters: name The new Name value
Parameters: value The new Value value