Interface ITypeMapping.Factory
- 
- All Superinterfaces:
- org.eclipse.net4j.util.factory.IFactory
 - All Known Implementing Classes:
- AbstractTypeMappingFactory
 - Enclosing interface:
- ITypeMapping
 
 public static interface ITypeMapping.Factory extends org.eclipse.net4j.util.factory.IFactoryA 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 inTypeMappingUtil.- Since:
- 4.0
- Author:
- Stefan Winkler
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUPThe Net4j factory product group for type mappings
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ITypeMapping.DescriptorgetDescriptor()Return the descriptor of the kind of type mapping created by this factory.
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPstatic final java.lang.String PRODUCT_GROUP The Net4j factory product group for type mappings- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDescriptorITypeMapping.Descriptor getDescriptor() Return the descriptor of the kind of type mapping created by this factory.
 
- 
 
-