|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.io.formats.csv.CSVFile
public class CSVFile
Basic Comma Separated Value file format. Files are simple two column spreadsheets with year in column 1 and value in column 2.
Constructor Summary | |
---|---|
CSVFile(IMetadataFieldSet argDefaults)
Deprecated. |
Method Summary | |
---|---|
IMetadataFieldSet |
getDefaults()
Deprecated. Gets the defaults that this file uses to save the file |
String |
getExtension()
Deprecated. Gets the extension to use for saving this file. |
org.tridas.interfaces.ITridasSeries[] |
getSeries()
Deprecated. Get the series list. |
String[] |
saveToString()
Deprecated. Saves the file to strings. |
void |
setSeries(org.tridas.interfaces.ITridasSeries series)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVFile(IMetadataFieldSet argDefaults)
Method Detail |
---|
public void setSeries(org.tridas.interfaces.ITridasSeries series) throws ConversionWarningException
ConversionWarningException
public String getExtension()
IDendroFile
getExtension
in interface IDendroFile
public org.tridas.interfaces.ITridasSeries[] getSeries()
IDendroFile
getSeries
in interface IDendroFile
public String[] saveToString()
IDendroFile
saveToString
in interface IDendroFile
public IMetadataFieldSet getDefaults()
IDendroFile
getDefaults
in interface IDendroFile
IDendroFile.getDefaults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |