|
||||||||||
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(String propertyName,
FilterOperator filterOperator,
Object filterValue)
Ctor. |
Method Summary | |
---|---|
Object |
getFilterForValue()
Return the filter parameter constant to filter for. |
FilterOperator |
getFilterOperator()
Returns the filter operator type. |
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(String propertyName, FilterOperator filterOperator, Object filterValue)
propertyName
- - property to interrogatefilterOperator
- - operator to applyfilterValue
- - value to look forMethod Detail |
---|
public String getPropertyName()
FilterValueSetParam
getPropertyName
in interface FilterValueSetParam
public FilterOperator getFilterOperator()
FilterValueSetParam
getFilterOperator
in interface FilterValueSetParam
public Object getFilterForValue()
FilterValueSetParam
getFilterForValue
in interface FilterValueSetParam
|
© 2007 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 |