|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.io.formats.sheffield.SheffieldFile
public class SheffieldFile
Constructor Summary | |
---|---|
SheffieldFile(TridasToSheffieldDefaults argDefaults)
|
Method Summary | |
---|---|
static Boolean |
containsSpecialChars(String str)
Does this line contain any special chars? |
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 |
setSeries(org.tridas.interfaces.ITridasSeries ser,
org.tridas.schema.TridasValues vals)
Set the series that this Sheffield file represents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SheffieldFile(TridasToSheffieldDefaults argDefaults)
Method Detail |
---|
public void setSeries(org.tridas.interfaces.ITridasSeries ser, org.tridas.schema.TridasValues vals) throws IncompleteTridasDataException
ser
-
IncompleteTridasDataException
public static Boolean containsSpecialChars(String str)
str
-
public String getExtension()
IDendroFile
getExtension
in interface IDendroFile
IDendroFile.getExtension()
public org.tridas.interfaces.ITridasSeries[] getSeries()
IDendroFile
getSeries
in interface IDendroFile
IDendroFile.getSeries()
public IMetadataFieldSet getDefaults()
IDendroFile
getDefaults
in interface IDendroFile
IDendroFile.getDefaults()
public String[] saveToString()
IDendroFile
saveToString
in interface IDendroFile
IDendroFile.saveToString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |