aspoev.primitive.command
Class RemoveParameterCommand

java.lang.Object
  extended byaspoev.primitive.command.EditCommand
      extended byaspoev.primitive.command.EditMethodCommand
          extended byaspoev.primitive.command.EditParameterCommand
              extended byaspoev.primitive.command.RemoveParameterCommand
All Implemented Interfaces:
pJ.jasmine.PRI, java.io.Serializable

public class RemoveParameterCommand
extends EditParameterCommand
implements pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
 
Fields inherited from class aspoev.primitive.command.EditParameterCommand
paramIndex
 
Fields inherited from class aspoev.primitive.command.EditMethodCommand
methodName, types
 
Fields inherited from class aspoev.primitive.command.EditCommand
target
 
Fields inherited from interface pJ.jasmine.PRI
DELETECHANGE, MODIFYCHANGE, NOCHANGE
 
Constructor Summary
RemoveParameterCommand(TypeReferenceElement targetType, java.lang.String name, java.util.List params, int paramIndex)
           
 
Method Summary
protected  void edit()
           
 java.lang.String getPrimitiveName()
           
 
Methods inherited from class aspoev.primitive.command.EditParameterCommand
persist
 
Methods inherited from class aspoev.primitive.command.EditMethodCommand
getParameterTypes, persistParameterTypes
 
Methods inherited from class aspoev.primitive.command.EditCommand
execute, overridesMember, usesMember
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveParameterCommand

public RemoveParameterCommand(TypeReferenceElement targetType,
                              java.lang.String name,
                              java.util.List params,
                              int paramIndex)
Method Detail

edit

protected void edit()
Specified by:
edit in class EditCommand

getPrimitiveName

public java.lang.String getPrimitiveName()
Specified by:
getPrimitiveName in class EditCommand