net.esper.filter
Interface FilterValueSetParam

All Known Implementing Classes:
FilterValueSetParamImpl

public interface FilterValueSetParam

This interface represents one filter parameter in an FilterValueSet filter specification.

Each filtering parameter has an property name and operator type, and a value to filter for.


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.
 

Method Detail

getPropertyName

String getPropertyName()
Returns the property name for the filter parameter.

Returns:
property name

getFilterOperator

FilterOperator getFilterOperator()
Returns the filter operator type.

Returns:
filter operator type

getFilterForValue

Object getFilterForValue()
Return the filter parameter constant to filter for.

Returns:
filter parameter constant's value

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com