tedlib
Class Variable

java.lang.Object
  |
  +--tedlib.ACommunication
        |
        +--tedlib.ABaseCase
              |
              +--tedlib.Variable

public class Variable
extends ABaseCase


Constructor Summary
Variable()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object source, java.util.Iterator params)
           
 
Methods inherited from class tedlib.ACommunication
execute, execute, execute, returnIt
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable()
Method Detail

execute

public java.lang.Object execute(java.lang.Object source,
                                java.util.Iterator params)
Overrides:
execute in class ACommunication