public abstract class Property extends Object
Type | Property and Description |
---|---|
abstract boolean |
isNo |
Modifier and Type | Method and Description |
---|---|
abstract org.neo4j.kernel.impl.nioneo.store.PropertyData |
asPropertyDataJustForIntegration()
Deprecated.
|
static Property |
booleanArrayProperty(long propertyKeyId,
boolean[] value) |
static Property |
booleanProperty(long propertyKeyId,
boolean value) |
abstract boolean |
booleanValue() |
abstract boolean |
booleanValue(boolean defaultValue) |
static Property |
byteArrayProperty(long propertyKeyId,
byte[] value) |
static Property |
byteProperty(long propertyKeyId,
byte value) |
static Property |
charArrayProperty(long propertyKeyId,
char[] value) |
static Property |
charProperty(long propertyKeyId,
char value) |
static Property |
doubleArrayProperty(long propertyKeyId,
double[] value) |
static Property |
doubleProperty(long propertyKeyId,
double value) |
abstract boolean |
equals(Object obj) |
static Property |
floatArrayProperty(long propertyKeyId,
float[] value) |
static Property |
floatProperty(long propertyKeyId,
float value) |
abstract int |
hashCode() |
static Property |
intArrayProperty(long propertyKeyId,
int[] value) |
static Property |
intProperty(long propertyKeyId,
int value) |
abstract int |
intValue() |
abstract int |
intValue(int defaultValue) |
abstract boolean |
isNoProperty() |
static Property |
longArrayProperty(long propertyKeyId,
long[] value) |
static Property |
longProperty(long propertyKeyId,
long value) |
abstract long |
longValue() |
abstract long |
longValue(long defaultValue) |
static Property |
noGraphProperty(long propertyKeyId) |
static Property |
noNodeProperty(long nodeId,
long propertyKeyId) |
static Property |
noProperty(long propertyKeyId,
EntityType type,
long entityId) |
static Property |
noRelationshipProperty(long relationshipId,
long propertyKeyId) |
abstract Number |
numberValue() |
abstract Number |
numberValue(Number defaultValue) |
static Property |
property(long propertyKeyId,
Object value) |
static Property |
propertyFromNode(long nodeId,
long propertyKeyId,
Object value) |
static Property |
propertyFromRelationship(long relationshipId,
long propertyKeyId,
Object value) |
abstract long |
propertyKeyId() |
static Property |
shortArrayProperty(long propertyKeyId,
short[] value) |
static Property |
shortProperty(long propertyKeyId,
short value) |
static Property |
stringArrayProperty(long propertyKeyId,
String[] value) |
static Property |
stringProperty(long propertyKeyId,
String value) |
abstract String |
stringValue() |
abstract String |
stringValue(String defaultValue) |
abstract Object |
value() |
abstract Object |
value(Object defaultValue) |
abstract boolean |
valueEquals(Object other) |
public static Property noNodeProperty(long nodeId, long propertyKeyId)
public static Property noRelationshipProperty(long relationshipId, long propertyKeyId)
public static Property noGraphProperty(long propertyKeyId)
public static Property noProperty(long propertyKeyId, EntityType type, long entityId)
public static Property propertyFromNode(long nodeId, long propertyKeyId, Object value)
public static Property propertyFromRelationship(long relationshipId, long propertyKeyId, Object value)
public abstract long propertyKeyId()
public abstract boolean valueEquals(Object other)
public abstract Object value() throws PropertyNotFoundException
PropertyNotFoundException
public abstract String stringValue() throws PropertyNotFoundException
PropertyNotFoundException
public abstract Number numberValue() throws PropertyNotFoundException
PropertyNotFoundException
public abstract int intValue() throws PropertyNotFoundException
PropertyNotFoundException
public abstract int intValue(int defaultValue)
public abstract long longValue() throws PropertyNotFoundException
PropertyNotFoundException
public abstract long longValue(long defaultValue)
public abstract boolean booleanValue() throws PropertyNotFoundException
PropertyNotFoundException
public abstract boolean booleanValue(boolean defaultValue)
public static Property longProperty(long propertyKeyId, long value)
public static Property intProperty(long propertyKeyId, int value)
public static Property shortProperty(long propertyKeyId, short value)
public static Property byteProperty(long propertyKeyId, byte value)
public static Property booleanProperty(long propertyKeyId, boolean value)
public static Property charProperty(long propertyKeyId, char value)
public static Property doubleProperty(long propertyKeyId, double value)
public static Property floatProperty(long propertyKeyId, float value)
public static Property byteArrayProperty(long propertyKeyId, byte[] value)
public static Property longArrayProperty(long propertyKeyId, long[] value)
public static Property intArrayProperty(long propertyKeyId, int[] value)
public static Property doubleArrayProperty(long propertyKeyId, double[] value)
public static Property floatArrayProperty(long propertyKeyId, float[] value)
public static Property booleanArrayProperty(long propertyKeyId, boolean[] value)
public static Property charArrayProperty(long propertyKeyId, char[] value)
public static Property shortArrayProperty(long propertyKeyId, short[] value)
public abstract boolean isNoProperty()
@Deprecated public abstract org.neo4j.kernel.impl.nioneo.store.PropertyData asPropertyDataJustForIntegration()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.