Uses of Class
org.neo4j.server.rest.repr.ValueRepresentation

Packages that use ValueRepresentation
org.neo4j.server.rest.repr   
 

Uses of ValueRepresentation in org.neo4j.server.rest.repr
 

Methods in org.neo4j.server.rest.repr that return ValueRepresentation
static ValueRepresentation ValueRepresentation.bool(boolean value)
           
static ValueRepresentation ValueRepresentation.number(double value)
           
static ValueRepresentation ValueRepresentation.number(int value)
           
static ValueRepresentation ValueRepresentation.number(long value)
           
static ValueRepresentation ValueRepresentation.relationshipType(org.neo4j.graphdb.RelationshipType type)
           
static ValueRepresentation ValueRepresentation.string(String value)
           
static ValueRepresentation ValueRepresentation.template(String path)
           
static ValueRepresentation ValueRepresentation.uri(String path)
           
 



Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.