TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.capability.command.property.internal.ChangeDataTypeCommand
      extended byorg.eclipse.tptp.wsdm.tooling.editor.capability.command.operation.internal.ChangeOperationReturnTypeCommand

public class ChangeOperationReturnTypeCommand
extends ChangeDataTypeCommand

Command class to change the operation return type.


Field Summary
 
Fields inherited from class org.eclipse.tptp.wsdm.tooling.editor.capability.command.property.internal.ChangeDataTypeCommand
_element, _newDataType
 
Constructor Summary
ChangeOperationReturnTypeCommand(CapabilityDomain capabilityDomain, javax.wsdl.Operation operation, DataType newDataType)
          Creates a new object of this class.
 
Method Summary
 void execute()
          Execute the command.
 void handleVoidType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeOperationReturnTypeCommand

public ChangeOperationReturnTypeCommand(CapabilityDomain capabilityDomain,
                                        javax.wsdl.Operation operation,
                                        DataType newDataType)
Creates a new object of this class.

Method Detail

execute

public void execute()
Execute the command.

Overrides:
execute in class ChangeDataTypeCommand

handleVoidType

public void handleVoidType()

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification