net.sf.doolin.tabular.csv
Interface CSVAdapter

All Known Implementing Classes:
PrimitiveCSVAdapter, StringCSVAdapter

public interface CSVAdapter

This interface allows the adaptation of a model value to a CSV string.

Author:
Damien Coraboeuf

Method Summary
 String getCSVValue(Object value)
          Adapts a model value to a CSV string
 

Method Detail

getCSVValue

String getCSVValue(Object value)
Adapts a model value to a CSV string

Parameters:
value - Value to adapt
Returns:
Adapted value


Copyright © 2011. All Rights Reserved.