net.sf.tomp.xtcl.command
Class VarCommand

java.lang.Object
  extended by net.sf.tomp.xtcl.command.AbstractCommand
      extended by net.sf.tomp.xtcl.command.VarCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractParametrizedVarCommand, Doc, FileCommand, Chain, JoostStyle, MyMultiFilterCommand, PropertiesCommand, PropertiesToContext, SetCommand, Str, Style

public abstract class VarCommand
extends AbstractCommand

Base for commands dealing with a variable.

Author:
tomp

Field Summary
protected  java.lang.String var
          the variable name
 
Constructor Summary
VarCommand()
           
 
Method Summary
 void setVar(java.lang.String v)
          set the variable name
 
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
 

Field Detail

var

protected java.lang.String var
the variable name

Constructor Detail

VarCommand

public VarCommand()
Method Detail

setVar

public void setVar(java.lang.String v)
set the variable name

Parameters:
v - the variable name


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