Package org.eclipse.epsilon.dt.exeed
Class SetReferenceValueCommand
java.lang.Object
org.eclipse.epsilon.dt.exeed.SetReferenceValueCommand
- All Implemented Interfaces:
org.eclipse.emf.common.command.Command
public class SetReferenceValueCommand
extends Object
implements org.eclipse.emf.common.command.Command
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetReferenceValueCommand
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EObject newValue, org.eclipse.emf.ecore.EReference reference) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
canUndo()
org.eclipse.emf.common.command.Command
chain
(org.eclipse.emf.common.command.Command arg0) void
dispose()
void
execute()
Collection<?>
getLabel()
Collection<?>
void
redo()
void
undo()
-
Field Details
-
newValue
protected org.eclipse.emf.ecore.EObject newValue -
oldValue
protected org.eclipse.emf.ecore.EObject oldValue -
object
protected org.eclipse.emf.ecore.EObject object -
reference
protected org.eclipse.emf.ecore.EReference reference
-
-
Constructor Details
-
SetReferenceValueCommand
public SetReferenceValueCommand(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EObject newValue, org.eclipse.emf.ecore.EReference reference)
-
-
Method Details
-
canExecute
public boolean canExecute()- Specified by:
canExecute
in interfaceorg.eclipse.emf.common.command.Command
-
canUndo
public boolean canUndo()- Specified by:
canUndo
in interfaceorg.eclipse.emf.common.command.Command
-
chain
public org.eclipse.emf.common.command.Command chain(org.eclipse.emf.common.command.Command arg0) - Specified by:
chain
in interfaceorg.eclipse.emf.common.command.Command
-
dispose
public void dispose()- Specified by:
dispose
in interfaceorg.eclipse.emf.common.command.Command
-
execute
public void execute()- Specified by:
execute
in interfaceorg.eclipse.emf.common.command.Command
-
getAffectedObjects
- Specified by:
getAffectedObjects
in interfaceorg.eclipse.emf.common.command.Command
-
getDescription
- Specified by:
getDescription
in interfaceorg.eclipse.emf.common.command.Command
-
getLabel
- Specified by:
getLabel
in interfaceorg.eclipse.emf.common.command.Command
-
getResult
- Specified by:
getResult
in interfaceorg.eclipse.emf.common.command.Command
-
redo
public void redo()- Specified by:
redo
in interfaceorg.eclipse.emf.common.command.Command
-
undo
public void undo()- Specified by:
undo
in interfaceorg.eclipse.emf.common.command.Command
-