aspoev.primitive.command
Class AddFieldCommand

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

public class AddFieldCommand
extends EditCommand
implements pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
protected  VariableDeclarationList fields
           
 
Fields inherited from class aspoev.primitive.command.EditCommand
target
 
Fields inherited from interface pJ.jasmine.PRI
DELETECHANGE, MODIFYCHANGE, NOCHANGE
 
Constructor Summary
AddFieldCommand(TypeReferenceElement targetType, VariableDeclarationList fields)
           
 
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

fields

protected VariableDeclarationList fields
Constructor Detail

AddFieldCommand

public AddFieldCommand(TypeReferenceElement targetType,
                       VariableDeclarationList fields)
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