aspoev.primitive.command
Class RemoveFieldCommand

java.lang.Object
  extended byaspoev.primitive.command.EditCommand
      extended byaspoev.primitive.command.EditFieldCommand
          extended byaspoev.primitive.command.RemoveFieldCommand
All Implemented Interfaces:
pJ.jasmine.PRI, java.io.Serializable

public class RemoveFieldCommand
extends EditFieldCommand
implements pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
 
Fields inherited from class aspoev.primitive.command.EditFieldCommand
fieldName
 
Fields inherited from class aspoev.primitive.command.EditCommand
target
 
Fields inherited from interface pJ.jasmine.PRI
DELETECHANGE, MODIFYCHANGE, NOCHANGE
 
Constructor Summary
RemoveFieldCommand(TypeReferenceElement targetType, java.lang.String fieldName)
           
 
Method Summary
protected  void edit()
           
 java.lang.String getPrimitiveName()
           
 
Methods inherited from class aspoev.primitive.command.EditFieldCommand
persist
 
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

RemoveFieldCommand

public RemoveFieldCommand(TypeReferenceElement targetType,
                          java.lang.String fieldName)
Method Detail

edit

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

getPrimitiveName

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