public class PropertyComparison extends Object implements FilterFunction<Object>
| Constructor and Description |
|---|
PropertyComparison(Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
expression(String nodeIdentifier)
Generates a cypher expresion for this function
|
Filter |
getFilter() |
Object |
getValue() |
Map<String,Object> |
parameters() |
void |
setFilter(Filter filter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpression, parameterspublic PropertyComparison(Object value)
public Object getValue()
getValue in interface FilterFunction<Object>public Filter getFilter()
getFilter in interface FilterFunction<Object>public void setFilter(Filter filter)
setFilter in interface FilterFunction<Object>filter - The filter to usepublic String expression(String nodeIdentifier)
FilterFunctionexpression in interface FilterFunction<Object>nodeIdentifier - The identifier of the node to be filtered in the querypublic Map<String,Object> parameters()
parameters in interface FilterFunction<Object>Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.