org.neo4j.kernel.impl.nioneo.store
Class PropertyDatas
java.lang.Object
org.neo4j.kernel.impl.nioneo.store.PropertyDatas
public class PropertyDatas
- extends Object
|
Method Summary |
static PropertyData |
forBoolean(int index,
long id,
boolean value)
|
static PropertyData |
forByte(int index,
long id,
byte value)
|
static PropertyData |
forChar(int index,
long id,
char value)
|
static PropertyData |
forDouble(int index,
long id,
double value)
|
static PropertyData |
forFloat(int index,
long id,
float value)
|
static PropertyData |
forInt(int index,
long id,
int value)
|
static PropertyData |
forLong(int index,
long id,
long value)
|
static PropertyData |
forShort(int index,
long id,
short value)
|
static PropertyData |
forStringOrArray(int index,
long id,
Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDatas
public PropertyDatas()
forBoolean
public static PropertyData forBoolean(int index,
long id,
boolean value)
forByte
public static PropertyData forByte(int index,
long id,
byte value)
forShort
public static PropertyData forShort(int index,
long id,
short value)
forChar
public static PropertyData forChar(int index,
long id,
char value)
forInt
public static PropertyData forInt(int index,
long id,
int value)
forLong
public static PropertyData forLong(int index,
long id,
long value)
forFloat
public static PropertyData forFloat(int index,
long id,
float value)
forDouble
public static PropertyData forDouble(int index,
long id,
double value)
forStringOrArray
public static PropertyData forStringOrArray(int index,
long id,
Object value)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.