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
- 
SQLXMLWriter
 
 - 
 - 
Method Details
- 
writeAnnotation
public Element writeAnnotation(Document document, PamDataUnit pamDataUnit, TDataAnnotation annotation) Description copied from interface:AnnotationXMLWriterWrite an annotation as an XML element into a document.- Specified by:
 writeAnnotationin interfaceAnnotationXMLWriter<TDataAnnotation extends DataAnnotation<?>>- Parameters:
 document-pamDataUnit-annotation-- Returns:
 
 
 -