Uses of Interface
net.esper.filter.FilterSpecParamInValue

Packages that use FilterSpecParamInValue
net.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
 

Uses of FilterSpecParamInValue in net.esper.filter
 

Classes in net.esper.filter that implement FilterSpecParamInValue
 class InSetOfValuesConstant
          Constant value in a list of values following an in-keyword.
 class InSetOfValuesEventProp
          Event property value in a list of values following an in-keyword.
 

Methods in net.esper.filter that return types with arguments of type FilterSpecParamInValue
 List<FilterSpecParamInValue> FilterSpecParamIn.getListOfValues()
          Returns the list of values we are asking to match.
 

Constructor parameters in net.esper.filter with type arguments of type FilterSpecParamInValue
FilterSpecParamIn(String propertyName, FilterOperator filterOperator, List<FilterSpecParamInValue> listofValues, boolean isAllConstants, Class propertyType)
          Ctor.