KickJava   Java API By Example, From Geeks To Geeks.

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


1 /**
2  * <copyright>
3  *
4  * Copyright (c) 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: EDataObjectSimpleAnyType.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.xml.type.SimpleAnyType;
20
21 /**
22  * <!-- begin-user-doc -->
23  * A representation of the model object '<em><b>EData Object Simple Any Type</b></em>'.
24  * <!-- end-user-doc -->
25  *
26  *
27  * @see org.eclipse.emf.ecore.sdo.SDOPackage#getEDataObjectSimpleAnyType()
28  * @model extendedMetaData="kind='simple'"
29  * @generated
30  */

31 public interface EDataObjectSimpleAnyType extends SimpleAnyType, EDataObjectAnyType
32 {
33 } // EDataObjectSimpleAnyType
34
Popular Tags