planetj.helpers
Interface ICSVField

All Known Implementing Classes:
Field

public interface ICSVField

Interface defining methods required to generate CSVFields from any object Creation date: (12/4/2001 7:18:45 PM)


Method Summary
 String getCSVField()
          Returns the String value of the Object, that will be written to the CSV file.
 

Method Detail

getCSVField

public String getCSVField()
Returns the String value of the Object, that will be written to the CSV file. If the toString method of any Object already does this, then there is no need to implement this interface.

Creation date: (12/5/2001 1:52:02 AM)

Returns:
String