|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.InSetOfValuesConstant
public class InSetOfValuesConstant
Constant value in a list of values following an in-keyword.
Constructor Summary | |
---|---|
InSetOfValuesConstant(Object constant)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Object |
getFilterValue(MatchedEventMap matchedEvents)
Returns the actual value to filter for from prior matching events |
Class |
validate(Map<String,EventType> taggedEventTypes)
Check the type of the property against the map of event tag and type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InSetOfValuesConstant(Object constant)
constant
- is the constant valueMethod Detail |
---|
public final Class validate(Map<String,EventType> taggedEventTypes)
FilterSpecParamInValue
validate
in interface FilterSpecParamInValue
taggedEventTypes
- map of event tags and types
public final Object getFilterValue(MatchedEventMap matchedEvents)
FilterSpecParamInValue
getFilterValue
in interface FilterSpecParamInValue
matchedEvents
- is a map of matching events
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |