| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.tools.ant.taskdefs.Javadoc.DocletParam
Inner class used to manage doclet parameters.
| Constructor Summary | |
| Javadoc.DocletParam() | |
| Method Summary | |
|  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. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Javadoc.DocletParam()
| Method Detail | 
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()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||