|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBaseGenerator
This interface defines the basic methods that each generator class must implement.
| Method Summary | |
|---|---|
java.lang.String |
generate()
This method invokes the generation of the java class that representation is returned as a String |
void |
init(IJetGatewayConfiguration config)
This method initializes the configuration of the Generator. |
boolean |
isInitialized()
Check whether the generator is properly initialized |
| Method Detail |
|---|
java.lang.String generate()
boolean isInitialized()
void init(IJetGatewayConfiguration config)
config -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||