public class PropertyExpression extends Object implements Expression
| Constructor and Description |
|---|
PropertyExpression(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
evaluate(Filterable message) |
String |
getName() |
int |
hashCode() |
String |
toString() |
public PropertyExpression(String name)
public Object evaluate(Filterable message) throws FilterException
evaluate in interface Expressionmessage - The message that is being selected against.FilterException - if an error occurs during evaluation.public String getName()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.