Class ITypeMapping.Provider.Factory

java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.server.db.mapping.ITypeMapping.Provider.Factory
All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory, org.eclipse.net4j.util.factory.IFactoryKeyAware
Enclosing interface:
ITypeMapping.Provider

public abstract static class ITypeMapping.Provider.Factory extends org.eclipse.net4j.util.factory.Factory
A factory for typeMappingProviders. This is a regular Net4j factory registered by the respective extension point.
Since:
4.10
Author:
Eike Stepper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Net4j factory product group for type mapping providers

    Fields inherited from class org.eclipse.net4j.util.factory.Factory

    NO_DESCRIPTION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String description)
     

    Methods inherited from class org.eclipse.net4j.util.factory.Factory

    getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • PRODUCT_GROUP

      public static final String PRODUCT_GROUP
      The Net4j factory product group for type mapping providers
      See Also:
  • Constructor Details

    • Factory

      public Factory(String type)
  • Method Details

    • create

      public abstract ITypeMapping.Provider create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException
      Throws:
      org.eclipse.net4j.util.factory.ProductCreationException