public interface SDOClassGeneratorListener
Purpose: Optionally user can implement this interface to provide their own extra content to the generated source files.
Modifier and Type | Method and Description |
---|---|
void |
preImplAttributes(StringBuffer buffer)
This event will be triggered before the attribute declarations on the implementation class
|
void |
preImplClass(StringBuffer buffer)
This event will be triggered before the class declaration on the implementation class
|
void |
preImplImports(StringBuffer buffer)
This event will be triggered before the import declarations on the implementation class
|
void |
preImplPackage(StringBuffer buffer)
This event will be triggered before the package declaration on the implementation class
|
void |
preInterfaceClass(StringBuffer buffer)
This event will be triggered before the interface declaration on the interface
|
void |
preInterfaceImports(StringBuffer buffer)
This event will be triggered before the import declarations on the interface
|
void |
preInterfacePackage(StringBuffer buffer)
This event will be triggered before the package declaration on the interface
|
void preInterfacePackage(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplPackage(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preInterfaceImports(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplImports(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preInterfaceClass(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplClass(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplAttributes(StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itEclipseLink 2.3.2, "build v20111125-r10461" API Reference