Uses of Class
ch.sahits.codegen.wizards.EGenerationType

Packages that use EGenerationType
ch.sahits.codegen.java   
ch.sahits.codegen.java.wizards   
ch.sahits.codegen.wizards   
 

Uses of EGenerationType in ch.sahits.codegen.java
 

Methods in ch.sahits.codegen.java with parameters of type EGenerationType
 IGenerator GeneratorFactory.getInstance(EGenerationType type)
          Provide a generator for the type
 

Uses of EGenerationType in ch.sahits.codegen.java.wizards
 

Methods in ch.sahits.codegen.java.wizards that return EGenerationType
 EGenerationType IJavaCodeGeneratorDelegate.getComputationType()
          Compute the type of the further process from the selected radio and check boxes
 

Uses of EGenerationType in ch.sahits.codegen.wizards
 

Methods in ch.sahits.codegen.wizards that return EGenerationType
static EGenerationType EGenerationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EGenerationType[] EGenerationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.