public abstract class ValuePropertyContainer extends Object implements org.neo4j.graphdb.PropertyContainer
| Constructor and Description |
|---|
ValuePropertyContainer(Map<String,Object> props) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAllProperties() |
Map<String,Object> |
getProperties(String... keys) |
Object |
getProperty(String s) |
Iterable<String> |
getPropertyKeys() |
public Object getProperty(String s)
getProperty in interface org.neo4j.graphdb.PropertyContainerpublic Iterable<String> getPropertyKeys()
getPropertyKeys in interface org.neo4j.graphdb.PropertyContainerpublic Map<String,Object> getProperties(String... keys)
getProperties in interface org.neo4j.graphdb.PropertyContainerCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.