|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.InSetOfValuesEventProp
public class InSetOfValuesEventProp
Event property value in a list of values following an in-keyword.
Constructor Summary | |
---|---|
InSetOfValuesEventProp(String resultEventAsName,
String resultEventProperty,
boolean isMustCoerce,
Class coercionType)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Object |
getFilterValue(MatchedEventMap matchedEvents)
Returns the actual value to filter for from prior matching events |
String |
getResultEventAsName()
Returns the tag used for the event property. |
String |
getResultEventProperty()
Returns the event property name. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InSetOfValuesEventProp(String resultEventAsName, String resultEventProperty, boolean isMustCoerce, Class coercionType)
resultEventAsName
- is the event tagresultEventProperty
- is the event property nameisMustCoerce
- indicates on whether numeric coercion must be performedcoercionType
- indicates the numeric coercion type to useMethod Detail |
---|
public final Object getFilterValue(MatchedEventMap matchedEvents)
FilterSpecParamInValue
getFilterValue
in interface FilterSpecParamInValue
matchedEvents
- is a map of matching events
public String getResultEventAsName()
public String getResultEventProperty()
public final String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |