com.lucidera.farrago.namespace.flatfile
Class FlatFileDataWrapper

java.lang.Object
  extended by net.sf.farrago.plugin.FarragoAbstractPluginBase
      extended by net.sf.farrago.namespace.impl.MedAbstractBase
          extended by net.sf.farrago.namespace.impl.MedAbstractDataWrapper
              extended by net.sf.farrago.namespace.flatfile.FlatFileDataWrapper
                  extended by com.lucidera.farrago.namespace.flatfile.FlatFileDataWrapper
All Implemented Interfaces:
FarragoMedDataWrapperInfo, FarragoMedDataWrapper, FarragoPlugin, FarragoAllocation, ClosableAllocation

Deprecated. use net.sf.farrago.namespace.flatfile.FlatFileDataWrapper instead

public class FlatFileDataWrapper
extends FlatFileDataWrapper

This package is obsolete and scheduled for deletion.

Version:
$Id: //open/dev/farrago/src/com/lucidera/farrago/namespace/flatfile/FlatFileDataWrapper.java#9 $
Author:
John V. Pham

Field Summary
 
Fields inherited from class net.sf.farrago.plugin.FarragoAbstractPluginBase
BOOLEAN_CHOICES_DEFAULT_FALSE, BOOLEAN_CHOICES_DEFAULT_TRUE, EMPTY_DRIVER_PROPERTIES
 
Constructor Summary
FlatFileDataWrapper()
          Deprecated.  
 
Method Summary
 
Methods inherited from class net.sf.farrago.namespace.flatfile.FlatFileDataWrapper
getDescription, getServerPropertyInfo, getSuggestedName, initialize, newServer
 
Methods inherited from class net.sf.farrago.namespace.impl.MedAbstractDataWrapper
closeAllocation, getColumnPropertyInfo, getColumnSetPropertyInfo, getLibraryName, getPluginPropertyInfo, getProperties, getRepos, isForeign, setLibraryName, supportsServerSharing
 
Methods inherited from class net.sf.farrago.plugin.FarragoAbstractPluginBase
getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getShortProperty, requireProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileDataWrapper

public FlatFileDataWrapper()
Deprecated.