Interface Type

All Known Implementing Classes:
TypeRepresentation

@Immutable public interface Type
The type of Value as defined by the Cypher language
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isTypeOf(Value value)
    Test if the given value has this type
     
  • Method Details

    • name

      String name()
      Returns:
      the name of the Cypher type (as defined by Cypher)
    • isTypeOf

      boolean isTypeOf(Value value)
      Test if the given value has this type
      Parameters:
      value - the value
      Returns:
      true if the value is a value of this type otherwise false