public abstract class OdiVariableTextGeneratorFactory
extends java.lang.Object
IOdiVariableTextGenerator 
 interface.
 
 Designed as an abstract factory, so that multiple implementation of the 
 IOdiVariableTextGenerator could be supported. The concrete factory has to be configured
 at the ODI platform level.
| Constructor and Description | 
|---|
OdiVariableTextGeneratorFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static OdiVariableTextGeneratorFactory | 
getFactory()
Obtains a new variable text generator factory 
 | 
abstract IOdiVariableTextGenerator | 
getVariableTextGenerator(OdiInstance pOdiInstance)
Obtains an instance of  
IOdiVariableTextGenerator from this factory. | 
public static OdiVariableTextGeneratorFactory getFactory()
public abstract IOdiVariableTextGenerator getVariableTextGenerator(OdiInstance pOdiInstance)
IOdiVariableTextGenerator from this factory. The
 obtained instance will provide variable Text generation services against the 
 given OdiInstance.pOdiInstance - OdiInstance to be used.