Uses of Class
org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyType

Packages that use LegacyPropertyType
org.neo4j.kernel.impl.storemigration.legacystore   
 

Uses of LegacyPropertyType in org.neo4j.kernel.impl.storemigration.legacystore
 

Methods in org.neo4j.kernel.impl.storemigration.legacystore that return LegacyPropertyType
static LegacyPropertyType LegacyPropertyType.getPropertyType(int type, boolean nullOnIllegal)
           
 LegacyPropertyType LegacyPropertyRecord.getType()
           
static LegacyPropertyType LegacyPropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LegacyPropertyType[] LegacyPropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neo4j.kernel.impl.storemigration.legacystore with parameters of type LegacyPropertyType
 void LegacyPropertyRecord.setType(LegacyPropertyType type)
           
 



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