Interface ITypeMapping.Provider
- 
- Enclosing interface:
- ITypeMapping
 
 public static interface ITypeMapping.ProviderA provider for type mapping information. This provider is used by theTypeMappingRegistryto create anITypeMappinginstance suitable for a given feature and DB field. Usually, one factory is responsible for one type mapping.- Since:
- 4.0
- Author:
- Stefan Winkler
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classITypeMapping.Provider.FactoryA factory for typeMappingProviders.
 - 
Field SummaryFields Modifier and Type Field Description static ITypeMapping.ProviderINSTANCEThe one global (singleton) provider instance.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ITypeMappingcreateTypeMapping(IMappingStrategy mappingStrategy, org.eclipse.emf.ecore.EStructuralFeature feature)Create anITypeMappingimplementation.
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final ITypeMapping.Provider INSTANCE The one global (singleton) provider instance.
 
- 
 - 
Method Detail- 
createTypeMappingITypeMapping createTypeMapping(IMappingStrategy mappingStrategy, org.eclipse.emf.ecore.EStructuralFeature feature) Create anITypeMappingimplementation.- Parameters:
- mappingStrategy- the mapping strategy
- feature- the feature the new type mapping shall be responsible for
- Returns:
- the newly created ITypeMappinginstance
 
 
- 
 
-