Uses of Class
org.neo4j.kernel.impl.nioneo.store.PropertyType

Packages that use PropertyType
org.neo4j.kernel.impl.nioneo.store   
 

Uses of PropertyType in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return PropertyType
 PropertyType PropertyBlock.forceGetType()
           
static PropertyType PropertyType.getPropertyType(long propBlock, boolean nullOnIllegal)
           
 PropertyType PropertyBlock.getType()
           
static PropertyType PropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyType[] PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type PropertyType
static Pair<byte[],byte[]> PropertyStore.readFullByteArray(long startRecord, Iterable<DynamicRecord> records, AbstractDynamicStore store, PropertyType propertyType)
           
 



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