|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unikassel.android.sdcframework.data.independent.AbstractSampleData
public abstract class AbstractSampleData
Abstract base class for sample data types
Constructor Summary | |
---|---|
AbstractSampleData()
Constructor |
Method Summary | |
---|---|
protected Object |
clone()
|
String |
getRelatedData()
Getter for related data |
String |
toXML()
Serialization from the type to it's XML representation |
void |
updateRelatedData(String fileName)
Update method for related data ( used to update relative file location for transmitted samples ) |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.unikassel.android.sdcframework.data.independent.SampleData |
---|
doClone |
Constructor Detail |
---|
public AbstractSampleData()
Method Detail |
---|
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public final String toXML() throws Exception
SerializableData
toXML
in interface SerializableData
Exception
- if the schema for the object is not validpublic String getRelatedData()
SampleData
getRelatedData
in interface SampleData
public void updateRelatedData(String fileName)
SampleData
updateRelatedData
in interface SampleData
fileName
- the new filename
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |