public class FilterForEvalConstantString extends java.lang.Object implements FilterSpecParamFilterForEval
Constructor and Description |
---|
FilterForEvalConstantString(java.lang.String theStringValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext)
Returns the filter value representing the endpoint.
|
int |
hashCode() |
java.lang.String |
toString() |
public FilterForEvalConstantString(java.lang.String theStringValue)
theStringValue
- is the value of the range endpointpublic final java.lang.String getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
FilterSpecParamFilterForEval
getFilterValue
in interface FilterSpecParamFilterForEval
matchedEvents
- is the prior resultsexprEvaluatorContext
- eval contextpublic final java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object