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
    • Constructor Summary

      Constructors 
      Constructor Description
      RelationshipTypes​(java.util.List<java.lang.String> values)  
    • 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
    • Constructor Detail

      • RelationshipTypes

        public RelationshipTypes​(java.util.List<java.lang.String> values)
    • Method Detail

      • getValues

        public java.util.List<java.lang.String> getValues()