planetj.helpers
Class QIFFileDescriptor

java.lang.Object
  |
  +--planetj.helpers.FileDescriptor
        |
        +--planetj.helpers.QIFFileDescriptor

public class QIFFileDescriptor
extends FileDescriptor

QIFFileDescriptor is to only be created via planetj.helpers.QIFHelper.newQIFFileDescriptor(); This descriptor will hold attributes about a QIF file. Creation date: (2/11/2002 5:58:41 PM)


Field Summary
 
Fields inherited from class planetj.helpers.FileDescriptor
COLUMN_HEADINGS_EXTERNAL, COLUMN_HEADINGS_INTERNAL, COLUMN_HEADINGS_NONE, OUTPUT_ROWS_ALL, OUTPUT_ROWS_SCREEN, OUTPUT_ROWS_SELECTED
 
Method Summary
 boolean isAppendToFile()
          You can never append to a QIF file Creation date: (2/11/2002 5:59:26 PM)
 
Methods inherited from class planetj.helpers.FileDescriptor
getColumnHeadingsDisplayType, getDisplayColumns, getFileName, getOutputRowType, getPassword, getSystemName, getUserId, setAppendToFile, setColumnHeadingsDisplayType, setDisplayColumns, setFileName, setOutputRowType, setPassword, setSystemName, setUserId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isAppendToFile

public boolean isAppendToFile()
You can never append to a QIF file Creation date: (2/11/2002 5:59:26 PM)

Overrides:
isAppendToFile in class FileDescriptor
Returns:
boolean true will append to existing file, false will start with a fresh file.