org.eclipse.emf.cdo.server.db.mapping
Interface ITypeMapping.Factory

All Superinterfaces:
IFactory
All Known Implementing Classes:
AbstractTypeMappingFactory
Enclosing interface:
ITypeMapping

public static interface ITypeMapping.Factory
extends IFactory

A factory for typeMappings. This is a regular Net4j factory registered by the respective extension point. It enhances the regular factory using a descriptor which is translated from and to the factoryType by the methods in TypeMappingUtil.

Since:
4.0

Field Summary
static String PRODUCT_GROUP
          The Net4j factory product group for type mappings
 
Method Summary
 ITypeMapping.Descriptor getDescriptor()
          Return the descriptor of the kind of type mapping created by this factory.
 
Methods inherited from interface org.eclipse.net4j.util.factory.IFactory
create, getDescriptionFor, getKey
 

Field Detail

PRODUCT_GROUP

static final String PRODUCT_GROUP
The Net4j factory product group for type mappings

See Also:
Constant Field Values
Method Detail

getDescriptor

ITypeMapping.Descriptor getDescriptor()
Return the descriptor of the kind of type mapping created by this factory.



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.