public static interface EDataType.Internal.ConversionDelegate.Factory
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EDataType.Internal.ConversionDelegate |
createConversionDelegate(EDataType eDataType)
Creates a conversion delegate for the given EDataType.
|
EDataType.Internal.ConversionDelegate createConversionDelegate(EDataType eDataType)
eDataType - the EDataType for which a conversion delegate is to be created.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature