|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.FilterValueSetParamImpl
public class FilterValueSetParamImpl
Filter parameter value defining the event property to filter, the filter operator, and the filter value.
Constructor Summary | |
---|---|
FilterValueSetParamImpl(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
java.lang.Object filterValue)
Ctor. |
Method Summary | |
---|---|
void |
appendTo(java.io.StringWriter writer)
|
java.lang.Object |
getFilterForValue()
Return the filter parameter constant to filter for. |
FilterOperator |
getFilterOperator()
Returns the filter operator type. |
FilterSpecLookupable |
getLookupable()
Returns the lookup-able for the filter parameter. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterValueSetParamImpl(FilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.Object filterValue)
lookupable
- - stuff to use to interrogatefilterOperator
- - operator to applyfilterValue
- - value to look forMethod Detail |
---|
public FilterSpecLookupable getLookupable()
FilterValueSetParam
getLookupable
in interface FilterValueSetParam
public FilterOperator getFilterOperator()
FilterValueSetParam
getFilterOperator
in interface FilterValueSetParam
public java.lang.Object getFilterForValue()
FilterValueSetParam
getFilterForValue
in interface FilterValueSetParam
public java.lang.String toString()
toString
in class java.lang.Object
public void appendTo(java.io.StringWriter writer)
appendTo
in interface FilterValueSetParam
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |