net.sf.antcontrib.net.httpclient
Class Params.IntParam

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

public static class Params.IntParam
extends Params.Param


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

public Params.IntParam()
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)