public class VirtualDataWindowLookupFieldDesc extends Object
VirtualDataWindowLookupContext
, this object encapsulates information about a single
property in a correlated where-clause.Constructor and Description |
---|
VirtualDataWindowLookupFieldDesc(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.
|
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(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 String getPropertyName()
public EPType getLookupValueType()
public VirtualDataWindowLookupOp getOperator()
Copyright © 2005–2021. All rights reserved.