Package org.neo4j.cypherdsl.core
Class Parameter
- java.lang.Object
-
- org.neo4j.cypherdsl.core.Parameter
-
- All Implemented Interfaces:
Expression,Visitable
@API(status=EXPERIMENTAL, since="1.0") public final class Parameter extends java.lang.Object implements ExpressionRepresents a named parameter inside a Cypher statement.- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-