public static class XSD2EcoreEditor.MyInitializeCopyOverrideCommand extends InitializeCopyOverrideCommand
AbstractCommand.NonDirtying
initializeCommand, mappingDomain
description, isExecutable, isPrepared, label
Constructor and Description |
---|
MyInitializeCopyOverrideCommand(MappingDomain domain,
InitializeCopyCommand initializeCommand)
Constructor for MyInitializeCopyOverrideCommand.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Performs the command activity required for the effect.
|
getAffectedObjects, getResult, prepare, redo, toString, undo
canExecute, canUndo, chain, dispose, getDescription, getLabel, setDescription, setLabel
public MyInitializeCopyOverrideCommand(MappingDomain domain, InitializeCopyCommand initializeCommand)
domain
- initializeCommand
- public void execute()
Command
execute
when canExecute
returns false
,
or when canExecute
hasn't been called, is undefined.execute
in interface Command
execute
in class InitializeCopyOverrideCommand
Command.execute()