- All Known Implementing Classes:
TypeRepresentation
The type of
Value as defined by the Cypher language- Since:
- 1.0
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- the name of the Cypher type (as defined by Cypher)
-
isTypeOf
Test if the given value has this type- Parameters:
value- the value- Returns:
trueif the value is a value of this type otherwisefalse
-