public class BlockedDataSourceBuilder extends DataSourceBuilder
componentBounds, componentFieldPositions, componentIndices, componentMaps, compositeBounds, compositeFieldNames, compositeFieldPositions, discardFlag, dsList, nameMapping| Constructor and Description | 
|---|
BlockedDataSourceBuilder(DataSourceCollection d,
                        java.lang.String n)
Default Constructor sets the bounds and recordDesc members to default values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected FieldIDMapper | 
makeComponentFieldIDMapper()
returns a FieldIDMapper for the current component 
 | 
DataSource | 
makeDataSource()
instantiates an actual datasource 
 | 
void | 
processFinalComponentMap()
completes a new FieldIDMapper for current component. 
 | 
addComponent, addComponent, getAllComponentBounds, getComponentDataSources, getComponentFieldPosition, getCompositeBounds, getCurrentDataSource, getCurrentFDLDescriptor, getDSName, getFirstComponentDataSource, main, makeComponentBounds, makeComponentInfos, makeISIDMapper, setComponentAxes, setComponentFieldPair, setComponentFieldPair, setCompositeBounds, setCurrentFDLDescriptor, setDSName, toString, vectorToIntArraypublic BlockedDataSourceBuilder(DataSourceCollection d, java.lang.String n)
protected FieldIDMapper makeComponentFieldIDMapper()
makeComponentFieldIDMapper in class DataSourceBuilderpublic void processFinalComponentMap()
processFinalComponentMap in class DataSourceBuilderpublic DataSource makeDataSource()
makeDataSource in class DataSourceBuilder