cz.cuni.amis.pogamut.ut2004.tournament.dm.table.report
Class CSV.CSVRow

Package class diagram package CSV.CSVRow
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.tournament.dm.table.report.CSV.CSVRow
Enclosing class:
CSV

public static class CSV.CSVRow
extends Object


Constructor Summary
CSV.CSVRow()
           
 
Method Summary
protected  void add(String key, String value)
           
 Double getDouble(String name)
           
 Integer getInt(String name)
           
 String getString(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSV.CSVRow

public CSV.CSVRow()
Parameters:
row -
Method Detail

add

protected void add(String key,
                   String value)

getString

public String getString(String name)

getInt

public Integer getInt(String name)

getDouble

public Double getDouble(String name)


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.