de.cesr.lara.toolbox.io
Class SimpleCsvInput.Row
java.lang.Object
de.cesr.lara.toolbox.io.SimpleCsvInput.Row
- Enclosing class:
- SimpleCsvInput
public class SimpleCsvInput.Row
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCsvInput.Row
public SimpleCsvInput.Row(String line)
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)