|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtiger.ant.Param
public final class Param
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.
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 |
---|
public Param()
Method Detail |
---|
public String getValue()
public void setValue(String value)
value
- The value for this param.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |