public interface EntityItem
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(int propertyKeyId) |
org.neo4j.collection.primitive.PrimitiveIntIterator |
getPropertyKeys() |
boolean |
hasProperty(int propertyKeyId) |
long |
id() |
org.neo4j.cursor.Cursor<PropertyItem> |
properties() |
org.neo4j.cursor.Cursor<PropertyItem> |
property(int propertyKeyId) |
long id()
IllegalStateException
- if no current entity is selectedorg.neo4j.cursor.Cursor<PropertyItem> properties()
IllegalStateException
- if no current entity is selectedorg.neo4j.cursor.Cursor<PropertyItem> property(int propertyKeyId)
propertyKeyId
- of property to findIllegalStateException
- if no current entity is selectedboolean hasProperty(int propertyKeyId)
propertyKeyId
- property key token id to check property for.Object getProperty(int propertyKeyId)
propertyKeyId
- property key token id to get property value for.org.neo4j.collection.primitive.PrimitiveIntIterator getPropertyKeys()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.