org.eclipse.emf.ecore
Interface EDataType.Internal.ConversionDelegate.Factory

Enclosing interface:
EDataType.Internal.ConversionDelegate

public static interface EDataType.Internal.ConversionDelegate.Factory

A factory for creating conversion delegates.


Nested Class Summary
static interface EDataType.Internal.ConversionDelegate.Factory.Descriptor
          A Factory wrapper that is used by the EDataType.Internal.ConversionDelegate.Factory.Registry.
static interface EDataType.Internal.ConversionDelegate.Factory.Registry
          A registry of factories for creating conversion delegates.
 
Method Summary
 EDataType.Internal.ConversionDelegate createConversionDelegate(EDataType eDataType)
          Creates a conversion delegate for the given EDataType.
 

Method Detail

createConversionDelegate

EDataType.Internal.ConversionDelegate createConversionDelegate(EDataType eDataType)
Creates a conversion delegate for the given EDataType.

Parameters:
eDataType - the EDataType for which a conversion delegate is to be created.
Returns:
a new conversion delegate for the given EDataType.

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