Uses of Class
org.drools.model.codegen.execmodel.generator.RuleContext.RuleDialect
-
Packages that use RuleContext.RuleDialect Package Description org.drools.model.codegen.execmodel.generator -
-
Uses of RuleContext.RuleDialect in org.drools.model.codegen.execmodel.generator
Methods in org.drools.model.codegen.execmodel.generator that return RuleContext.RuleDialect Modifier and Type Method Description RuleContext.RuleDialectRuleContext. getRuleDialect()static RuleContext.RuleDialectRuleContext.RuleDialect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleContext.RuleDialect[]RuleContext.RuleDialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.model.codegen.execmodel.generator with parameters of type RuleContext.RuleDialect Modifier and Type Method Description voidRuleContext. setRuleDialect(RuleContext.RuleDialect ruleDialect)
-