Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
Modifier and Type | Method and Description |
---|---|
static VirtualDataWindowLookupOp |
VirtualDataWindowLookupOp.fromOpString(String stringOp)
Map the operator from a string-value.
|
VirtualDataWindowLookupOp |
VirtualDataWindowLookupFieldDesc.getOperator()
Returns the operator.
|
static VirtualDataWindowLookupOp |
VirtualDataWindowLookupOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualDataWindowLookupOp[] |
VirtualDataWindowLookupOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualDataWindowLookupFieldDesc.setOperator(VirtualDataWindowLookupOp operator)
Sets the operator.
|
Constructor and Description |
---|
VirtualDataWindowLookupFieldDesc(String propertyName,
VirtualDataWindowLookupOp operator,
Class lookupValueType)
Ctor.
|