blob: 4f80c14c412f8fac117f161b45b4213e3d1ad99a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP AG - initial API and implementation
******************************************************************************
* $Id: Rollback.java,v 1.1 2011/02/07 17:21:37 auhl Exp $
*/
package persistence.actions;
import behavioral.actions.Statement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Rollback</b></em>'.
* <!-- end-user-doc -->
*
*
* @see persistence.actions.ActionsPackage#getRollback()
* @model
* @generated
*/
public interface Rollback extends Statement {
} // Rollback