| Constructor and Description | 
|---|
| DocletParam() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public String getName()
public String getValue()
public void setName(String name)
name - the name of the doclet parameterpublic void setValue(String value)
value - the parameter value.