Class RelationshipTypes

  • All Implemented Interfaces:
    Visitable

    @API(status=INTERNAL,
         since="1.0")
    public final class RelationshipTypes
    extends java.lang.Object
    implements Visitable
    Since:
    1.0
    Author:
    Michael J. Simons
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getValues()  
      • Methods inherited from class java.lang.Object

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

        accept
    • Method Detail

      • getValues

        @API(status=INTERNAL)
        public java.util.List<java.lang.String> getValues()
        Returns:
        the list of types. The types are not escaped and must be escaped prior to rendering.