Uses of Enum Class
com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategyEnum
Packages that use ExprTableEvalStrategyEnum
-
Uses of ExprTableEvalStrategyEnum in com.espertech.esper.common.internal.epl.table.strategy
Methods in com.espertech.esper.common.internal.epl.table.strategy that return ExprTableEvalStrategyEnumModifier and TypeMethodDescriptionExprTableEvalStrategyFactory.getStrategyEnum()
static ExprTableEvalStrategyEnum
Returns the enum constant of this class with the specified name.static ExprTableEvalStrategyEnum[]
ExprTableEvalStrategyEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.espertech.esper.common.internal.epl.table.strategy with parameters of type ExprTableEvalStrategyEnumModifier and TypeMethodDescriptionvoid
ExprTableEvalStrategyFactory.setStrategyEnum
(ExprTableEvalStrategyEnum strategyEnum) void
ExprTableEvalStrategyFactoryForge.setStrategyEnum
(ExprTableEvalStrategyEnum strategyEnum)