org.eclipse.emf.cdo.server.db.mapping
Class ColumnTypeModifier.Factory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory
All Implemented Interfaces:
IFactory
Enclosing class:
ColumnTypeModifier

public abstract static class ColumnTypeModifier.Factory
extends Factory

Creates ColumnTypeModifier instances.


Field Summary
static String PRODUCT_GROUP
          The Net4j factory product group for column type modifiers.
 
Constructor Summary
ColumnTypeModifier.Factory(String type)
           
 
Method Summary
abstract  ColumnTypeModifier create(String description)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
The Net4j factory product group for column type modifiers.

See Also:
Constant Field Values
Constructor Detail

ColumnTypeModifier.Factory

public ColumnTypeModifier.Factory(String type)
Method Detail

create

public abstract ColumnTypeModifier create(String description)
                                   throws ProductCreationException
Throws:
ProductCreationException


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