net.sf.antcontrib.net.httpclient
Class Params.StringParam

java.lang.Object
  extended by net.sf.antcontrib.net.httpclient.Params.Param
      extended by net.sf.antcontrib.net.httpclient.Params.StringParam
Enclosing class:
Params

public static class Params.StringParam
extends Params.Param


Constructor Summary
Params.StringParam()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class net.sf.antcontrib.net.httpclient.Params.Param
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Params.StringParam

public Params.StringParam()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)