Package annotation.xml
Class SQLXMLWriter<TDataAnnotation extends DataAnnotation<?>>
java.lang.Object
annotation.xml.SQLXMLWriter<TDataAnnotation>
- All Implemented Interfaces:
AnnotationXMLWriter<TDataAnnotation>
public class SQLXMLWriter<TDataAnnotation extends DataAnnotation<?>>
extends Object
implements AnnotationXMLWriter<TDataAnnotation>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwriteAnnotation
(Document document, PamDataUnit pamDataUnit, TDataAnnotation annotation) Write an annotation as an XML element into a document.
-
Constructor Details
-
Method Details
-
writeAnnotation
public Element writeAnnotation(Document document, PamDataUnit pamDataUnit, TDataAnnotation annotation) Description copied from interface:AnnotationXMLWriter
Write an annotation as an XML element into a document.- Specified by:
writeAnnotation
in interfaceAnnotationXMLWriter<TDataAnnotation extends DataAnnotation<?>>
- Parameters:
document
-pamDataUnit
-annotation
-- Returns:
-