- 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 Summary
Methods inherited from interface org.neo4j.cypherdsl.core.ast.Visitable
accept
-
Method Details
-
getValue
@API(status=INTERNAL)
public String getValue()
- Returns:
- The actual value of this label. Needs to be escaped before rendering.
-