- All Implemented Interfaces:
Type
public class TypeRepresentation
extends Object
implements Type
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
boolean
Test if the given value has this type
-
-
Method Details
-
isTypeOf
public boolean isTypeOf(Value value)
Description copied from interface: Type
Test if the given value has this type
- Specified by:
isTypeOf in interface Type
- Parameters:
value - the value
- Returns:
true if the value is a value of this type otherwise false
-
name
- Specified by:
name in interface Type
- Returns:
- the name of the Cypher type (as defined by Cypher)
-
-
-