org.neo4j.api.core
Interface RelationshipType


public interface RelationshipType

Interface that should be implemented by enum class that defines your relationship types.


Method Summary
 java.lang.String name()
           
 

Method Detail

name

java.lang.String name()