Class Parameter

  • All Implemented Interfaces:
    Expression, Visitable

    @API(status=EXPERIMENTAL,
         since="1.0")
    public final class Parameter
    extends java.lang.Object
    implements Expression
    Represents a named parameter inside a Cypher statement.
    Since:
    1.0
    Author:
    Michael J. Simons
    • Method Detail

      • getName

        public java.lang.String getName()