Uses of Class
org.dishevelled.codegen.Style

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.
 



Copyright (c) 2004-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).