
public abstract class AbstractTypeMappingFactory extends Factory implements ITypeMapping.Factory
ITypeMapping.Factory. Implementors should implement their custom
create(String) method and construct the factory using their custom descriptor. Subclasses must have a
default constructor!PRODUCT_GROUP| Constructor and Description |
|---|
AbstractTypeMappingFactory(ITypeMapping.Descriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
abstract ITypeMapping |
create(String description) |
ITypeMapping.Descriptor |
getDescriptor()
Return the descriptor of the kind of type mapping created by this factory.
|
getDescriptionFor, getKey, getProductGroup, getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionFor, getKeypublic AbstractTypeMappingFactory(ITypeMapping.Descriptor descriptor)
public abstract ITypeMapping create(String description) throws ProductCreationException
create in interface IFactoryProductCreationExceptionpublic final ITypeMapping.Descriptor getDescriptor()
ITypeMapping.FactorygetDescriptor in interface ITypeMapping.FactoryCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.