|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.InSetOfValuesEventProp
public class InSetOfValuesEventProp
Event property value in a list of values following an in-keyword.
Constructor Summary | |
---|---|
InSetOfValuesEventProp(java.lang.String resultEventAsName,
java.lang.String resultEventProperty,
boolean isMustCoerce,
java.lang.Class coercionType)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext evaluatorContext)
Returns the actual value to filter for from prior matching events |
java.lang.String |
getResultEventAsName()
Returns the tag used for the event property. |
java.lang.String |
getResultEventProperty()
Returns the event property name. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InSetOfValuesEventProp(java.lang.String resultEventAsName, java.lang.String resultEventProperty, boolean isMustCoerce, java.lang.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 java.lang.Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext evaluatorContext)
FilterSpecParamInValue
getFilterValue
in interface FilterSpecParamInValue
matchedEvents
- is a map of matching events
public java.lang.String getResultEventAsName()
public java.lang.String getResultEventProperty()
public final java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |