org.apache.tools.ant.taskdefs
public class Javadoc.DocletParam extends Object
| Method Summary | |
|---|---|
| String | getName()
Get the parameter name.
|
| String | getValue()
Get the parameter value.
|
| void | setName(String name)
Set the name of the parameter.
|
| void | setValue(String value)
Set the parameter value.
|
Returns: the parameter's name.
Returns: the parameter value.
Parameters: name the name of the doclet parameter
Parameters: value the parameter value.