public class Javadoc.DocletParam
extends java.lang.Object
| Constructor and Description | 
|---|
| DocletParam() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()Get the parameter name. | 
| java.lang.String | getValue()Get the parameter value. | 
| void | setName(java.lang.String name)Set the name of the parameter. | 
| void | setValue(java.lang.String value)Set the parameter value. | 
public void setName(java.lang.String name)
name - the name of the doclet parameterpublic java.lang.String getName()
public void setValue(java.lang.String value)
value - the parameter value.public java.lang.String getValue()