Uses of Class
fr.umlv.tatoo.cc.common.main.GeneratorBean.GenerateOption

Packages that use GeneratorBean.GenerateOption
fr.umlv.tatoo.cc.common.main   
 

Uses of GeneratorBean.GenerateOption in fr.umlv.tatoo.cc.common.main
 

Methods in fr.umlv.tatoo.cc.common.main that return GeneratorBean.GenerateOption
static GeneratorBean.GenerateOption GeneratorBean.GenerateOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeneratorBean.GenerateOption[] GeneratorBean.GenerateOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.umlv.tatoo.cc.common.main with parameters of type GeneratorBean.GenerateOption
 void GeneratorBean.setGenerate(AliasPrototype prototype, GeneratorBean.GenerateOption option)