vdoclet.ant
Class VDocletParameter

java.lang.Object
  |
  +--vdoclet.ant.VDocletParameter

public class VDocletParameter
extends Object

A nested parameter <param> element.


Constructor Summary
VDocletParameter()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VDocletParameter

public VDocletParameter()
Method Detail

setName

public final void setName(String name)

setValue

public final void setValue(String value)

getName

public final String getName()

getValue

public final String getValue()