Uses of Enum Class
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Package
Description
Virtual data window extension API classes.
-
Uses of VirtualDataWindowLookupOp in com.espertech.esper.common.client.hook.vdw
Modifier 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.Modifier and TypeMethodDescriptionvoid
VirtualDataWindowLookupFieldDesc.setOperator
(VirtualDataWindowLookupOp operator) Sets the operator.ModifierConstructorDescriptionVirtualDataWindowLookupFieldDesc
(String propertyName, VirtualDataWindowLookupOp operator, EPType lookupValueType) Ctor.