net.simplace.sim.io.interfaces.DBFInterface

implementation of the FWSimInterface giving access to resources from and output to files divider can be given in xml-configuration tag. If not given divider will by default be 'tab' or '\t' Use Interface by FWSimInterface.getLinesOfFile();


public class DBFInterface extends DatabaseInterface {
// Public Constructors
public DBFInterface(String aName, String aFileName);
// Protected Constructors
protected DBFInterface(String aName, Element aInterfaceElement);


// Public Instance Methods
public String getTablename();


returns the tablename


}



Hierarchy: java.lang.Object - FWSimInterface - DatabaseInterface - DBFInterface



Passed to: net.simplace.sim.io.resources.adapter.DBFResourceAdapter()