|
||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ClassDecorator | Interface implemented by class construction decorators used during code generation. |
NameConverter | Interface for working with Java names during code generation. |
Class Summary | |
---|---|
CollectionMethodsDecorator | Code generation decorator which adds sizeXXX() , addXXX(YYY) getXXX(int) ,
and clearXXX() methods for each collection value using a java.util.List representation. |
DefaultNameConverter | Converter for working with Java names. |
SerializableDecorator | Code generation decorator which adds the java.lang.Serializable interface to each class, and optionally
also adds a private static final long serialVersionUID value. |
|
||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |