net.sf.doolin.tabular.csv
Class PrimitiveCSVAdapter

java.lang.Object
  extended by net.sf.doolin.tabular.csv.PrimitiveCSVAdapter
All Implemented Interfaces:
CSVAdapter

public class PrimitiveCSVAdapter
extends Object
implements CSVAdapter

Just renders the value by calling the toString() method on it.

Author:
Damien Coraboeuf

Constructor Summary
PrimitiveCSVAdapter()
           
 
Method Summary
 String getCSVValue(Object value)
          Just renders the value by calling the toString() method on it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveCSVAdapter

public PrimitiveCSVAdapter()
Method Detail

getCSVValue

public String getCSVValue(Object value)
Just renders the value by calling the toString() method on it.

Specified by:
getCSVValue in interface CSVAdapter
Parameters:
value - Value to adapt
Returns:
Adapted value
See Also:
CSVAdapter.getCSVValue(java.lang.Object)


Copyright © 2011. All Rights Reserved.