Class NodeLabel

java.lang.Object
org.neo4j.cypherdsl.core.NodeLabel
All Implemented Interfaces:
Visitable

@API(status=STABLE, since="1.0") public final class NodeLabel extends Object implements Visitable
Expression for a single Node label.
Since:
1.0
Author:
Michael J. Simons
  • Method Details

    • getValue

      @API(status=INTERNAL) public String getValue()
      Returns:
      The actual value of this label. Needs to be escaped before rendering.
    • toString

      public String toString()
      Overrides:
      toString in class Object