org.neo4j.kernel.impl.nioneo.store
Class RelationshipTypeRecord

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
      extended by org.neo4j.kernel.impl.nioneo.store.AbstractRecord
          extended by org.neo4j.kernel.impl.nioneo.store.RelationshipTypeRecord

public class RelationshipTypeRecord
extends AbstractRecord


Constructor Summary
RelationshipTypeRecord(int id)
           
 
Method Summary
 void addTypeRecord(DynamicRecord record)
           
 int getTypeBlock()
           
 DynamicRecord getTypeRecord(int blockId)
           
 Collection<DynamicRecord> getTypeRecords()
           
 void setTypeBlock(int typeBlock)
           
 String toString()
           
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.store.AbstractRecord
getId, getLongId
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
inUse, isCreated, setCreated, setInUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelationshipTypeRecord

public RelationshipTypeRecord(int id)
Method Detail

getTypeRecord

public DynamicRecord getTypeRecord(int blockId)

addTypeRecord

public void addTypeRecord(DynamicRecord record)

getTypeBlock

public int getTypeBlock()

setTypeBlock

public void setTypeBlock(int typeBlock)

getTypeRecords

public Collection<DynamicRecord> getTypeRecords()

toString

public String toString()
Overrides:
toString in class Object


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