Class TypeRepresentation

java.lang.Object
org.neo4j.driver.internal.types.TypeRepresentation
All Implemented Interfaces:
Type

public class TypeRepresentation extends Object implements Type
  • Constructor Details

  • 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

      public String name()
      Specified by:
      name in interface Type
      Returns:
      the name of the Cypher type (as defined by Cypher)
    • constructor

      public TypeConstructor constructor()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object