public interface ALDDataIOXmlbeans extends ALDDataIO
ALDDataIOProvider.| Modifier and Type | Method and Description |
|---|---|
Object |
readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject)
Interface for reading data from the given source.
|
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
writeData(Object obj)
Interface for writing the object data to the target location.
|
providedClassesObject readData(Field field, Class<?> cl, de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject) throws ALDDataIOProviderException, ALDDataIOManagerException
ALDDataIOManagerXmlbeans
where the method is documented in more detail.field - Field of object to be returned.cl - Class of object to be returned.aldXmlObject - Source from where to read data.ALDDataIOProviderExceptionALDDataIOManagerExceptionde.unihalle.informatik.Alida_xml.ALDXMLObjectType writeData(Object obj) throws ALDDataIOManagerException, ALDDataIOProviderException
ALDDataIOManagerXmlbeans
where the method is documented in more detail.obj - Object to be saved.objALDDataIOManagerExceptionALDDataIOProviderExceptionCopyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.