vdoclet.ant
Class VDocletParameter
java.lang.Object
|
+--vdoclet.ant.VDocletParameter
- public class VDocletParameter
- extends Object
A nested parameter <param> element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VDocletParameter
public VDocletParameter()
setName
public final void setName(String name)
setValue
public final void setValue(String value)
getName
public final String getName()
getValue
public final String getValue()