|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.io.formats.past4.Past4File
public class Past4File
Constructor Summary | |
---|---|
Past4File(IMetadataFieldSet defaults)
|
Method Summary | |
---|---|
IMetadataFieldSet |
getDefaults()
Gets the defaults that this file uses to save the file |
String |
getExtension()
Gets the extension to use for saving this file. |
org.tridas.interfaces.ITridasSeries[] |
getSeries()
Get the series list. |
String[] |
saveToString()
Saves the file to strings. |
void |
setPast4Groups(ArrayList<String> grps)
|
void |
setPast4Project(String proj)
|
void |
setPast4Records(ArrayList<String> recs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Past4File(IMetadataFieldSet defaults)
Method Detail |
---|
public IMetadataFieldSet getDefaults()
IDendroFile
getDefaults
in interface IDendroFile
public String getExtension()
IDendroFile
getExtension
in interface IDendroFile
public org.tridas.interfaces.ITridasSeries[] getSeries()
IDendroFile
getSeries
in interface IDendroFile
public void setPast4Project(String proj)
public void setPast4Groups(ArrayList<String> grps)
public void setPast4Records(ArrayList<String> recs)
public String[] saveToString()
IDendroFile
saveToString
in interface IDendroFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |