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

Packages that use EDataObject
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF.  
org.eclipse.emf.ecore.sdo.action Provides actions for Ecore SDO. 
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 EDataObject in org.eclipse.emf.ecore.sdo
 

Subinterfaces of EDataObject in org.eclipse.emf.ecore.sdo
 interface EDataObjectAnyType
           A representation of the model object 'EData Object Any Type'
 interface EDataObjectSimpleAnyType
           A representation of the model object 'EData Object Simple Any Type'
 interface InternalEDataObject
           A representation of the model object 'Internal EData Object'.
 

Methods in org.eclipse.emf.ecore.sdo that return EDataObject
 EDataObject SDOFactory.createEDataObject()
          Returns a new object of class 'EData Object'
 

Uses of EDataObject in org.eclipse.emf.ecore.sdo.action
 

Fields in org.eclipse.emf.ecore.sdo.action declared as EDataObject
protected  EDataObject EvaluatePathAction.eDataObject
           
protected  EDataObject EvaluatePathAction.EvaluationDialog.eDataObject
           
 

Constructors in org.eclipse.emf.ecore.sdo.action with parameters of type EDataObject
EvaluatePathAction.EvaluationDialog(Shell shell, EDataObject eDataObject)
           
 

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

Classes in org.eclipse.emf.ecore.sdo.impl that implement EDataObject
 class DynamicEDataObjectImpl
           An implementation of the model object 'EData Object' tuned for dynamic use
 class DynamicEStoreEDataObjectImpl
           An implementation of the model object 'EData Object' that delegates to a store
 class EChangeSummaryImpl
           An implementation of the model object 'EChange Summary'
 class EChangeSummarySettingImpl
           An implementation of the model object 'EChange Summary Setting'
 class EDataObjectAnyTypeImpl
           An implementation of the model object 'EData Object Any Type'
 class EDataObjectImpl
           An implementation of the model object 'EData Object'
 class EDataObjectSimpleAnyTypeImpl
           An implementation of the model object 'EData Object Simple Any Type'
 class EStoreEDataObjectImpl
           An implementation of the model object 'EData Object' that delegates to a store
 

Methods in org.eclipse.emf.ecore.sdo.impl that return EDataObject
 EDataObject SDOFactoryImpl.createEDataObject()
           
 EDataObject EDataGraphImpl.createEDataObject(EType type)
           
 

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

Methods in org.eclipse.emf.ecore.sdo.util that return EDataObject
static EDataObject SDOUtil.create(Type type)
           
static EDataObject SDOUtil.create(EType eType)
           
static EDataObject SDOUtil.create(EClass eClass)
           
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type EDataObject
 Object SDOSwitch.caseEDataObject(EDataObject object)
          Returns the result of interpretting the object as an instance of 'EData Object'
 


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