de.cesr.lara.toolbox.io
Class SimpleCsvInput.Row

java.lang.Object
  extended by de.cesr.lara.toolbox.io.SimpleCsvInput.Row
Enclosing class:
SimpleCsvInput

public class SimpleCsvInput.Row
extends Object


Constructor Summary
SimpleCsvInput.Row(String line)
           
 
Method Summary
 Double getValueAsDouble(String columnId)
           
 Float getValueAsFloat(String columnId)
           
 Integer getValueAsInteger(String columnId)
           
 List<Double> getValueAsListOfDouble(String columnId)
           
 List<Float> getValueAsListOfFloat(String columnId)
           
 List<Integer> getValueAsListOfInteger(String columnId)
           
 List<String> getValueAsListOfString(String columnId)
           
 String getValueAsString(String columnId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCsvInput.Row

public SimpleCsvInput.Row(String line)
Method Detail

getValueAsDouble

public Double getValueAsDouble(String columnId)

getValueAsFloat

public Float getValueAsFloat(String columnId)

getValueAsInteger

public Integer getValueAsInteger(String columnId)

getValueAsListOfDouble

public List<Double> getValueAsListOfDouble(String columnId)

getValueAsListOfFloat

public List<Float> getValueAsListOfFloat(String columnId)

getValueAsListOfInteger

public List<Integer> getValueAsListOfInteger(String columnId)

getValueAsListOfString

public List<String> getValueAsListOfString(String columnId)

getValueAsString

public String getValueAsString(String columnId)