aspoev.primitive.command
Class AddSuperclassCommand

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

public class AddSuperclassCommand
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
AddSuperclassCommand(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

AddSuperclassCommand

public AddSuperclassCommand(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