Package | Description |
---|---|
com.espertech.esper.common.client.hook.vdw |
Virtual data window extension API classes.
|
Modifier and Type | Method and Description |
---|---|
static VirtualDataWindowLookupOp |
VirtualDataWindowLookupOp.fromOpString(java.lang.String stringOp)
Map the operator from a string-value.
|
VirtualDataWindowLookupOp |
VirtualDataWindowLookupFieldDesc.getOperator()
Returns the operator.
|
static VirtualDataWindowLookupOp |
VirtualDataWindowLookupOp.valueOf(java.lang.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(java.lang.String propertyName,
VirtualDataWindowLookupOp operator,
java.lang.Class lookupValueType)
Ctor.
|