org.jtiger.ant
Class Param

java.lang.Object
  extended by org.jtiger.ant.Param

public final class Param
extends Object

An element used in the Ant task to have parameters passed to the FixtureResultsHandler interface implementation. This implementation is given using the Result element of which this element is a subelement of.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
FixtureResultsHandler, JTigerTask

Constructor Summary
Param()
          Create a default Param.
 
Method Summary
 String getValue()
          Returns the value for this param.
 void setValue(String value)
          Sets the value for this param.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Param

public Param()
Create a default Param.

Method Detail

getValue

public String getValue()
Returns the value for this param.

Returns:
The value for this param.

setValue

public void setValue(String value)
Sets the value for this param.

Parameters:
value - The value for this param.