return command.unwrap();
}
protected Command createAddExceptionHandlerCommand(EditPart child) {
IExceptionHandler activity = (IExceptionHandler) child.getModel();
AddExceptionHandlerCommand add = new AddExceptionHandlerCommand();
add.setParent((IWebflowModelElement) getHost().getModel());
add.setChild(activity);
return add;
}