KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > emf > ecore > sdo > EChangeSummarySetting


1 /**
2  * <copyright>
3  *
4  * Copyright (c) 2003-2004 IBM Corporation and others.
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Eclipse Public License v1.0
7  * which accompanies this distribution, and is available at
8  * http://www.eclipse.org/legal/epl-v10.html
9  *
10  * Contributors:
11  * IBM - Initial API and implementation
12  *
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  * @model
31  * @generated
32  */

33 public interface EChangeSummarySetting extends FeatureChange, ChangeSummary.Setting
34 {
35 } // EChangeSummarySetting
36
Popular Tags