| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface defining methods required to generate CSVFiles from any object Creation date: (12/4/2001 7:18:45 PM)
| Method Summary | |
 List | 
getCSVRow()
Returns a List of Fields that implement ICSVField or a list of Objects that provide a toString method which returns the desired text to be written to the CSV file.  | 
 List | 
getCSVRow(List fieldNames)
Returns a List of Fields that implement ICSVField or a list of Objects that provide a toString method which returns the desired text to be written to the CSV file.  | 
| Method Detail | 
public List getCSVRow()
Tyler,Holm Justin,Epstein Paul,Holm Wes,King Nate,Levis
Creation date: (12/5/2001 1:52:02 AM)
public List getCSVRow(List fieldNames)
Tyler,Holm Justin,Epstein Paul,Holm Wes,King Nate,Levis
fieldNames - Only the fields specified by the names in this argument should be returned in the List
 Creation date: (12/5/2001 1:52:02 AM)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||