Uses of Class
net.esper.client.ConfigurationEventTypeLegacy.CodeGeneration

Packages that use ConfigurationEventTypeLegacy.CodeGeneration
net.esper.client This package defines the central Esper Client APIs. 
 

Uses of ConfigurationEventTypeLegacy.CodeGeneration in net.esper.client
 

Methods in net.esper.client that return ConfigurationEventTypeLegacy.CodeGeneration
 ConfigurationEventTypeLegacy.CodeGeneration ConfigurationEventTypeLegacy.getCodeGeneration()
          Returns the code generation flag.
static ConfigurationEventTypeLegacy.CodeGeneration ConfigurationEventTypeLegacy.CodeGeneration.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationEventTypeLegacy.CodeGeneration[] ConfigurationEventTypeLegacy.CodeGeneration.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.esper.client with parameters of type ConfigurationEventTypeLegacy.CodeGeneration
 void ConfigurationEventTypeLegacy.setCodeGeneration(ConfigurationEventTypeLegacy.CodeGeneration codeGeneration)
          Sets the code generation flags.