aspoev.primitive.command
Class RemoveSuperclassCommand

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

public class RemoveSuperclassCommand
extends EditCommand
implements pJ.jasmine.PRI

See Also:
Serialized Form

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

Field Detail

superclass

protected TypeReferenceElement superclass
Constructor Detail

RemoveSuperclassCommand

public RemoveSuperclassCommand(TypeReferenceElement targetType,
                               TypeReferenceElement superclass)
Method Detail

persist

protected void persist()

edit

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

getPrimitiveName

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