TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.capability.command.operation.internal
Class AddParameterCommand

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.capability.command.operation.internal.AddParameterCommand

public class AddParameterCommand
extends java.lang.Object

Command class to add a parameter to the operation.


Constructor Summary
AddParameterCommand(CapabilityDomain capabilityDomain, javax.wsdl.Operation operation, InputParameter newParam)
          Creates a new object of this class.
 
Method Summary
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddParameterCommand

public AddParameterCommand(CapabilityDomain capabilityDomain,
                           javax.wsdl.Operation operation,
                           InputParameter newParam)
Creates a new object of this class.

Method Detail

execute

public void execute()
Execute the command.


TPTP 4.4.0 Monitoring Tools Project
Internal API Specification