| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.types |
| Modifier and Type | Method and Description |
|---|---|
Type |
Value.type() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Value.hasType(Type type)
Test if this value is a value of the given type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeSystem.ANY() |
Type |
TypeSystem.BOOLEAN() |
Type |
TypeSystem.BYTES() |
Type |
TypeSystem.DATE_TIME() |
Type |
TypeSystem.DATE() |
Type |
TypeSystem.DURATION() |
Type |
TypeSystem.FLOAT() |
Type |
TypeSystem.INTEGER() |
Type |
TypeSystem.LIST() |
Type |
TypeSystem.LOCAL_DATE_TIME() |
Type |
TypeSystem.LOCAL_TIME() |
Type |
TypeSystem.MAP() |
Type |
TypeSystem.NODE() |
Type |
TypeSystem.NULL() |
Type |
TypeSystem.NUMBER() |
Type |
TypeSystem.PATH() |
Type |
TypeSystem.POINT() |
Type |
TypeSystem.RELATIONSHIP() |
Type |
TypeSystem.STRING() |
Type |
TypeSystem.TIME() |
Copyright © 2018. All rights reserved.