xdoclet.modules.web
public static class WebXmlSubTask.ContextParam extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
WebXmlSubTask.ContextParam() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the Description attribute of the ContextParam object
|
java.lang.String |
getName()
Gets the Name attribute of the ContextParam object
|
java.lang.String |
getValue()
Gets the Value attribute of the ContextParam object
|
void |
setDescription(java.lang.String desc)
An optional description of the parameter.
|
void |
setName(java.lang.String name)
The name of the parameter.
|
void |
setValue(java.lang.String value)
The value of the parameter.
|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getDescription()
public void setName(java.lang.String name)
name
- The new Name valuepublic void setValue(java.lang.String value)
value
- The new Value valuepublic void setDescription(java.lang.String desc)
desc
- The new Description value