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,
Class lookupValueType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Class |
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(Class lookupValueType)
Sets the lookup value type.
|
void |
setOperator(VirtualDataWindowLookupOp operator)
Sets the operator.
|
public VirtualDataWindowLookupFieldDesc(String propertyName, VirtualDataWindowLookupOp operator, Class lookupValueType)
propertyName
- property name queried in where-clauseoperator
- operatorlookupValueType
- lookup key typepublic void setOperator(VirtualDataWindowLookupOp operator)
operator
- to setpublic void setLookupValueType(Class lookupValueType)
lookupValueType
- typepublic String getPropertyName()
public Class getLookupValueType()
public VirtualDataWindowLookupOp getOperator()