IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.model.ctx
Class ContextModelFactory

java.lang.Object
  extended by com.ibm.btt.model.ctx.ContextModelFactory
All Implemented Interfaces:
IModelFactory

public class ContextModelFactory
extends java.lang.Object
implements IModelFactory

BTT Context Model Factory. Convert the BTT Context Data Model to Abstract Data Model.


Method Summary
static IModelFactory getInstance()
          Get the instance of ContextModelFactory
 IModel getModel(java.lang.Object obj)
          Construct the object to the related data model: Convert IndexedCollection to ICollModel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static IModelFactory getInstance()
Get the instance of ContextModelFactory

Returns:
ContextModelFactory instance

getModel

public IModel getModel(java.lang.Object obj)
Construct the object to the related data model: Convert IndexedCollection to ICollModel. Convert KeyedCollection to KCollModel. Convert DataField to DataFieldModel.

Specified by:
getModel in interface IModelFactory
Parameters:
obj - the data model converted
Returns:
the converted Model

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010