net.sf.tomp.xtcl.test
Class TestParametrizedVarCommand

java.lang.Object
  extended by net.sf.tomp.xtcl.command.AbstractCommand
      extended by net.sf.tomp.xtcl.command.VarCommand
          extended by net.sf.tomp.xtcl.command.AbstractParametrizedVarCommand
              extended by net.sf.tomp.xtcl.test.TestParametrizedVarCommand
All Implemented Interfaces:
Parametrized, Command, ParametrizedCommand

public class TestParametrizedVarCommand
extends AbstractParametrizedVarCommand

Author:
tomp

Field Summary
 
Fields inherited from class net.sf.tomp.xtcl.command.VarCommand
var
 
Constructor Summary
TestParametrizedVarCommand()
           
 
Method Summary
 void setParameter(java.lang.String k, java.lang.Object v)
          sets the parameter
 
Methods inherited from class net.sf.tomp.xtcl.command.AbstractParametrizedVarCommand
addParameterPropertiesReference, propertiesToParameters
 
Methods inherited from class net.sf.tomp.xtcl.command.VarCommand
setVar
 
Methods inherited from class net.sf.tomp.xtcl.command.AbstractCommand
done, execute, initParameters, listArray, listList, listMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParametrizedVarCommand

public TestParametrizedVarCommand()
Method Detail

setParameter

public void setParameter(java.lang.String k,
                         java.lang.Object v)
Description copied from interface: Parametrized
sets the parameter

Specified by:
setParameter in interface Parametrized
Specified by:
setParameter in class AbstractParametrizedVarCommand
Parameters:
k - parameter name
v - parameter value
See Also:
Parametrized.setParameter(java.lang.String, java.lang.Object)


Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.