public abstract class SafeProperty extends Property
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.nioneo.store.PropertyData |
asPropertyDataJustForIntegration()
Deprecated.
|
boolean |
booleanValue() |
boolean |
booleanValue(boolean defaultValue) |
int |
intValue() |
int |
intValue(int defaultValue) |
boolean |
isDefined() |
long |
longValue() |
long |
longValue(long defaultValue) |
Number |
numberValue() |
Number |
numberValue(Number defaultValue) |
String |
stringValue() |
String |
stringValue(String defaultValue) |
String |
toString() |
abstract Object |
value() |
Object |
value(Object defaultValue) |
String |
valueAsString() |
booleanArrayProperty, booleanProperty, byteArrayProperty, byteProperty, charArrayProperty, charProperty, doubleArrayProperty, doubleProperty, equals, floatArrayProperty, floatProperty, hashCode, intArrayProperty, intProperty, lazyArrayProperty, lazyStringProperty, longArrayProperty, longProperty, noGraphProperty, noNodeProperty, noRelationshipProperty, property, propertyFromNode, propertyFromRelationship, propertyKeyId, shortArrayProperty, shortProperty, stringArrayProperty, stringProperty, valueEqualspublic String valueAsString()
valueAsString in class Propertypublic String stringValue()
stringValue in class Propertypublic String stringValue(String defaultValue)
stringValue in class Propertypublic Number numberValue()
numberValue in class Propertypublic Number numberValue(Number defaultValue)
numberValue in class Propertypublic boolean booleanValue()
booleanValue in class Propertypublic boolean booleanValue(boolean defaultValue)
booleanValue in class Property@Deprecated public org.neo4j.kernel.impl.nioneo.store.PropertyData asPropertyDataJustForIntegration()
asPropertyDataJustForIntegration in class PropertyCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.