public class InSetOfValuesConstant extends Object implements FilterSpecParamInValue
Constructor and Description |
---|
InSetOfValuesConstant(Object constant)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
constant() |
boolean |
equals(Object o) |
Object |
getConstant()
Returns the constant value.
|
Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext evaluatorContext)
Returns the actual value to filter for from prior matching events
|
Class |
getReturnType() |
int |
hashCode() |
public InSetOfValuesConstant(Object constant)
constant
- is the constant valuepublic Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext evaluatorContext)
FilterSpecParamInValue
getFilterValue
in interface FilterSpecParamInValue
matchedEvents
- is a map of matching eventsevaluatorContext
- eval contextpublic Class getReturnType()
getReturnType
in interface FilterSpecParamInValue
public boolean constant()
constant
in interface FilterSpecParamInValue
public Object getConstant()