public class VirtualDataWindowLookupFieldDesc
extends java.lang.Object
VirtualDataWindowLookupContext
, this object encapsulates information about a single
property in a correlated where-clause.Constructor and Description |
---|
VirtualDataWindowLookupFieldDesc(java.lang.String propertyName,
VirtualDataWindowLookupOp operator,
EPType lookupValueType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPType |
getLookupValueType()
Returns the type of lookup value provided.
|
VirtualDataWindowLookupOp |
getOperator()
Returns the operator.
|
java.lang.String |
getPropertyName()
Returns the property name queried in the where-clause.
|
void |
setLookupValueType(EPType lookupValueType)
Sets the lookup value type.
|
void |
setOperator(VirtualDataWindowLookupOp operator)
Sets the operator.
|
public VirtualDataWindowLookupFieldDesc(java.lang.String propertyName, VirtualDataWindowLookupOp operator, EPType lookupValueType)
propertyName
- property name queried in where-clauseoperator
- operatorlookupValueType
- lookup key typepublic void setOperator(VirtualDataWindowLookupOp operator)
operator
- to setpublic void setLookupValueType(EPType lookupValueType)
lookupValueType
- typepublic java.lang.String getPropertyName()
public EPType getLookupValueType()
public VirtualDataWindowLookupOp getOperator()