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

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

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

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

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

Methods in org.eclipse.emf.ecore.sdo.impl that return EDataObjectSimpleAnyType
 EDataObjectSimpleAnyType SDOFactoryImpl.createEDataObjectSimpleAnyType()
           
 

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

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type EDataObjectSimpleAnyType
 T SDOSwitch.caseEDataObjectSimpleAnyType(EDataObjectSimpleAnyType object)
          Returns the result of interpreting the object as an instance of 'EData Object Simple Any Type'
 


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