Class ColumnTypeModifier.Factory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory
- All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Enclosing class:
- ColumnTypeModifier
public abstract static class ColumnTypeModifier.Factory
extends org.eclipse.net4j.util.factory.Factory
Creates
ColumnTypeModifier
instances.- Author:
- Eike Stepper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Net4j factory product group for column type modifiers.Fields inherited from class org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Field Details
-
PRODUCT_GROUP
The Net4j factory product group for column type modifiers.- See Also:
-
-
Constructor Details
-
Factory
-
-
Method Details
-
create
public abstract ColumnTypeModifier create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
org.eclipse.net4j.util.factory.ProductCreationException
-