Uses of Interface
org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate

Packages that use EDataType.Internal.ConversionDelegate
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.xcore.interpreter   
 

Uses of EDataType.Internal.ConversionDelegate in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EDataType.Internal.ConversionDelegate
 EDataType.Internal.ConversionDelegate EDataType.Internal.ConversionDelegate.Factory.createConversionDelegate(EDataType eDataType)
          Creates a conversion delegate for the given EDataType.
 EDataType.Internal.ConversionDelegate EDataType.Internal.getConversionDelegate()
          Returns the delegate for this data type.
 

Methods in org.eclipse.emf.ecore with parameters of type EDataType.Internal.ConversionDelegate
 void EDataType.Internal.setConversionDelegate(EDataType.Internal.ConversionDelegate conversionDelegate)
          Sets the specialized delegate for this data type.
 

Uses of EDataType.Internal.ConversionDelegate in org.eclipse.emf.ecore.impl
 

Fields in org.eclipse.emf.ecore.impl declared as EDataType.Internal.ConversionDelegate
protected  EDataType.Internal.ConversionDelegate EDataTypeImpl.conversionDelegate
           
 

Methods in org.eclipse.emf.ecore.impl that return EDataType.Internal.ConversionDelegate
 EDataType.Internal.ConversionDelegate EDataTypeImpl.getConversionDelegate()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EDataType.Internal.ConversionDelegate
 void EDataTypeImpl.setConversionDelegate(EDataType.Internal.ConversionDelegate conversionDelegate)
           
 

Uses of EDataType.Internal.ConversionDelegate in org.eclipse.emf.ecore.xcore.interpreter
 

Classes in org.eclipse.emf.ecore.xcore.interpreter that implement EDataType.Internal.ConversionDelegate
 class XcoreConversionDelegate
           
 


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