TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

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

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.ChangeInputParamTypeCommand

public class ChangeInputParamTypeCommand
extends ChangeDataTypeCommand

Command class to change the type of input parameter.


Field Summary
 
Fields inherited from class org.eclipse.tptp.wsdm.tooling.editor.capability.command.property.internal.ChangeDataTypeCommand
_element, _newDataType
 
Constructor Summary
ChangeInputParamTypeCommand(InputParameter inputParam, DataType newDataType)
          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

ChangeInputParamTypeCommand

public ChangeInputParamTypeCommand(InputParameter inputParam,
                                   DataType newDataType)
Creates a new object of this class.

Method Detail

execute

public void execute()
Execute the command.

Overrides:
execute in class ChangeDataTypeCommand

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification