org.neo4j.kernel.impl.core
Class RelationshipTypeHolder

java.lang.Object
  extended by org.neo4j.kernel.impl.core.RelationshipTypeHolder

public class RelationshipTypeHolder
extends Object


Method Summary
 RelationshipType addValidRelationshipType(String name, boolean create)
           
 Integer getIdFor(String name)
           
 Iterable<RelationshipType> getRelationshipTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addValidRelationshipType

public RelationshipType addValidRelationshipType(String name,
                                                 boolean create)

getIdFor

public Integer getIdFor(String name)

getRelationshipTypes

public Iterable<RelationshipType> getRelationshipTypes()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.