1 /**2 * <copyright>3 *4 * Copyright (c) 2003-2004 IBM Corporation and others.5 * All rights reserved. This program and the accompanying materials6 * are made available under the terms of the Eclipse Public License v1.07 * which accompanies this distribution, and is available at8 * http://www.eclipse.org/legal/epl-v10.html9 *10 * Contributors:11 * IBM - Initial API and implementation12 *13 * </copyright>14 *15 * $Id: EChangeSummarySetting.java,v 1.3 2005/06/08 06:24:25 nickb Exp $16 */17 package org.eclipse.emf.ecore.sdo;18 19 import org.eclipse.emf.ecore.change.FeatureChange;20 21 import commonj.sdo.ChangeSummary;22 23 /**24 * <!-- begin-user-doc -->25 * A representation of the model object '<em><b>EChange Summary Setting</b></em>'.26 * <!-- end-user-doc -->27 *28 *29 * @see org.eclipse.emf.ecore.sdo.SDOPackage#getEChangeSummarySetting()30 * @model31 * @generated32 */33 public interface EChangeSummarySetting extends FeatureChange, ChangeSummary.Setting34 {35 } // EChangeSummarySetting36