Uses of Interface
org.eclipse.emf.ecore.sdo.EType

Packages that use EType
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF. 
org.eclipse.emf.ecore.sdo.impl Provides an implementation of the Ecore-based SDO API. 
org.eclipse.emf.ecore.sdo.util Provides utilities. 
 

Uses of EType in org.eclipse.emf.ecore.sdo
 

Methods in org.eclipse.emf.ecore.sdo that return EType
 EType SDOFactory.createEType()
          Returns a new object of class 'EType'
 

Uses of EType in org.eclipse.emf.ecore.sdo.impl
 

Classes in org.eclipse.emf.ecore.sdo.impl that implement EType
 class ETypeImpl
          An implementation of the model object 'EType'.
 

Methods in org.eclipse.emf.ecore.sdo.impl that return EType
 EType SDOFactoryImpl.createEType()
           
 EType EDataGraphImpl.getEType(java.lang.String namespaceURI, java.lang.String typeName)
           
 

Methods in org.eclipse.emf.ecore.sdo.impl with parameters of type EType
 EDataObject EDataGraphImpl.createEDataObject(EType type)
           
 

Uses of EType in org.eclipse.emf.ecore.sdo.util
 

Methods in org.eclipse.emf.ecore.sdo.util that return EType
static EType SDOUtil.adaptType(EClassifier eClassifier)
           
static EType SDOUtil.getType(EObject eObject)
           
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type EType
 T SDOSwitch.caseEType(EType object)
          Returns the result of interpreting the object as an instance of 'EType'
static EDataObject SDOUtil.create(EType eType)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.