Class NodeLabel

  • All Implemented Interfaces:
    Visitable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.neo4j.cypherdsl.core.support.Visitable

        accept
    • Method Detail

      • getValue

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object