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