|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.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(java.lang.String propertyName,
FilterOperator filterOperator,
java.lang.Object filterValue)
Ctor. |
Method Summary | |
---|---|
java.lang.Object |
getFilterForValue()
Return the filter parameter constant to filter for. |
FilterOperator |
getFilterOperator()
Returns the filter operator type. |
java.lang.String |
getPropertyName()
Returns the property name for the filter parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterValueSetParamImpl(java.lang.String propertyName, FilterOperator filterOperator, java.lang.Object filterValue)
propertyName
- - property to interrogatefilterOperator
- - operator to applyfilterValue
- - value to look forMethod Detail |
---|
public java.lang.String getPropertyName()
FilterValueSetParam
getPropertyName
in interface FilterValueSetParam
public FilterOperator getFilterOperator()
FilterValueSetParam
getFilterOperator
in interface FilterValueSetParam
public java.lang.Object getFilterForValue()
FilterValueSetParam
getFilterForValue
in interface FilterValueSetParam
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |