Neo4j

org.neo4j.server.rest.repr
Class RepresentationType

java.lang.Object
  extended by org.neo4j.server.rest.repr.RepresentationType

public final class RepresentationType
extends Object


Field Summary
static RepresentationType BOOLEAN
           
static RepresentationType BYTE
           
static RepresentationType CHAR
           
static RepresentationType DOUBLE
           
static RepresentationType EXCEPTION
           
static RepresentationType FLOAT
           
static RepresentationType FULL_PATH
           
static RepresentationType GRAPHDB
           
static RepresentationType INDEX
           
static RepresentationType INTEGER
           
static RepresentationType LONG
           
static RepresentationType MAP
           
static RepresentationType NODE
           
static RepresentationType NODE_INDEX_ROOT
           
static RepresentationType NOTHING
           
static RepresentationType PATH
           
static RepresentationType PLUGIN
           
static RepresentationType PLUGIN_DESCRIPTION
           
static RepresentationType PLUGIN_PARAMETER
           
static RepresentationType PLUGINS
           
static RepresentationType PROPERTIES
           
static RepresentationType RELATIONSHIP
           
static RepresentationType RELATIONSHIP_INDEX_ROOT
           
static RepresentationType RELATIONSHIP_TYPE
           
static RepresentationType SERVER_PLUGIN_DESCRIPTION
           
static RepresentationType SHORT
           
static RepresentationType STRING
           
static RepresentationType TEMPLATE
           
static RepresentationType URI
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GRAPHDB

public static final RepresentationType GRAPHDB

NODE

public static final RepresentationType NODE

RELATIONSHIP

public static final RepresentationType RELATIONSHIP

PATH

public static final RepresentationType PATH

FULL_PATH

public static final RepresentationType FULL_PATH

RELATIONSHIP_TYPE

public static final RepresentationType RELATIONSHIP_TYPE

PROPERTIES

public static final RepresentationType PROPERTIES

INDEX

public static final RepresentationType INDEX

NODE_INDEX_ROOT

public static final RepresentationType NODE_INDEX_ROOT

RELATIONSHIP_INDEX_ROOT

public static final RepresentationType RELATIONSHIP_INDEX_ROOT

PLUGINS

public static final RepresentationType PLUGINS

PLUGIN

public static final RepresentationType PLUGIN

PLUGIN_DESCRIPTION

public static final RepresentationType PLUGIN_DESCRIPTION

SERVER_PLUGIN_DESCRIPTION

public static final RepresentationType SERVER_PLUGIN_DESCRIPTION

PLUGIN_PARAMETER

public static final RepresentationType PLUGIN_PARAMETER

URI

public static final RepresentationType URI

TEMPLATE

public static final RepresentationType TEMPLATE

STRING

public static final RepresentationType STRING

BYTE

public static final RepresentationType BYTE

CHAR

public static final RepresentationType CHAR

SHORT

public static final RepresentationType SHORT

INTEGER

public static final RepresentationType INTEGER

LONG

public static final RepresentationType LONG

FLOAT

public static final RepresentationType FLOAT

DOUBLE

public static final RepresentationType DOUBLE

BOOLEAN

public static final RepresentationType BOOLEAN

NOTHING

public static final RepresentationType NOTHING

EXCEPTION

public static final RepresentationType EXCEPTION

MAP

public static final RepresentationType MAP
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Neo4j

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