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

Packages that use EDataObjectAnyType
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 EDataObjectAnyType in org.eclipse.emf.ecore.sdo
 

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

Methods in org.eclipse.emf.ecore.sdo that return EDataObjectAnyType
 EDataObjectAnyType SDOFactory.createEDataObjectAnyType()
          Returns a new object of class 'EData Object Any Type'
 

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

Classes in org.eclipse.emf.ecore.sdo.impl that implement EDataObjectAnyType
 class EDataObjectAnyTypeImpl
           An implementation of the model object 'EData Object Any Type'
 class EDataObjectSimpleAnyTypeImpl
           An implementation of the model object 'EData Object Simple Any Type'
 

Methods in org.eclipse.emf.ecore.sdo.impl that return EDataObjectAnyType
 EDataObjectAnyType SDOFactoryImpl.createEDataObjectAnyType()
           
 

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

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


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