|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Style in org.dishevelled.codegen |
|---|
| Methods in org.dishevelled.codegen that return Style | |
|---|---|
static Style |
Style.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Style[] |
Style.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.dishevelled.codegen with parameters of type Style | |
|---|---|
static void |
Codegen.generateBuilderSource(ClassDescription cd,
Style style)
Generate a java source file for a fluent builder API for the specified class description and style. |
static void |
Codegen.generateSource(ClassDescription cd,
Style style)
Generate a java source file for the specified class description and style. |
static void |
Codegen.generateUnitTest(ClassDescription cd,
Style style)
Generate a unit test source file for the specified class description and style. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||