net.sourceforge.sqlunit.test.mock
Class VarSetter

java.lang.Object
  extended by net.sourceforge.sqlunit.test.mock.VarSetter

public final class VarSetter
extends java.lang.Object

Simple class whose method is called from the set tag.

Version:
$Revision: 1.1 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Method Summary
static java.lang.String setVar(java.lang.String value)
          Passes through the value passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setVar

public static java.lang.String setVar(java.lang.String value)
Passes through the value passed in.

Parameters:
value - the value to pass through.
Returns:
the passed in value.