org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands
Class WorkflowGetParameterValueCommand

java.lang.Object
  extended by 
      extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowGetParameterValueCommand

public class WorkflowGetParameterValueCommand
extends

Author:
bhunt

Constructor Summary
WorkflowGetParameterValueCommand(WorkflowContext context, WorkflowParameter parameter)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowGetParameterValueCommand

public WorkflowGetParameterValueCommand(WorkflowContext context,
                                        WorkflowParameter parameter)
Method Detail

run

public void run()