net.sf.antcontrib.net.httpclient
Class Params.BooleanParam

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

public static class Params.BooleanParam
extends Params.Param


Constructor Summary
Params.BooleanParam()
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean 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.BooleanParam

public Params.BooleanParam()
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean value)