-
- All Known Implementing Classes:
Catalog,CheckConstraint,Column,Domain,DomainConstraint,ElementType,Index,IndexColumnUsage,InformationSchema,InterpreterSearchSchema,KeyColumnUsage,MappedCatalog,MappedSchema,MappedTable,Parameter,ParseSearchSchema,ReferentialConstraint,RenderFormatting,RenderMapping,Routine,Schema,Sequence,Settings,Table,TableConstraint,View
@Internal public interface XMLAppendable
Interface to be implemented by JAXB annotated Java classes which are serialized to XML usingXMLBuilder.The implementing classes are expected to call the various
append()methods on theXMLBuilderinstance.- Author:
- Knut Wannheden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)
-
-
-
Method Detail
-
appendTo
void appendTo(XMLBuilder builder)
-
-