Neo4j

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(RelationshipType type)
           
static ValueRepresentation ValueRepresentation.string(String value)
           
static ValueRepresentation ValueRepresentation.template(String path)
           
static ValueRepresentation ValueRepresentation.uri(String path)
           
 


Neo4j

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