Uses of Enum Class
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Packages that use VirtualDataWindowLookupOp
Package
Description
Virtual data window extension API classes.
-
Uses of VirtualDataWindowLookupOp in com.espertech.esper.common.client.hook.vdw
Methods in com.espertech.esper.common.client.hook.vdw that return VirtualDataWindowLookupOpModifier and TypeMethodDescriptionstatic VirtualDataWindowLookupOp
VirtualDataWindowLookupOp.fromOpString
(String stringOp) Map the operator from a string-value.VirtualDataWindowLookupFieldDesc.getOperator()
Returns the operator.static VirtualDataWindowLookupOp
Returns the enum constant of this class with the specified name.static VirtualDataWindowLookupOp[]
VirtualDataWindowLookupOp.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.espertech.esper.common.client.hook.vdw with parameters of type VirtualDataWindowLookupOpModifier and TypeMethodDescriptionvoid
VirtualDataWindowLookupFieldDesc.setOperator
(VirtualDataWindowLookupOp operator) Sets the operator.Constructors in com.espertech.esper.common.client.hook.vdw with parameters of type VirtualDataWindowLookupOpModifierConstructorDescriptionVirtualDataWindowLookupFieldDesc
(String propertyName, VirtualDataWindowLookupOp operator, EPType lookupValueType) Ctor.