Class OrientVertexPropertyProperty<U>

java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.OrientVertexPropertyProperty<U>
All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Property<U>

public class OrientVertexPropertyProperty<U> extends Object implements org.apache.tinkerpop.gremlin.structure.Property<U>
  • Constructor Details

    • OrientVertexPropertyProperty

      public OrientVertexPropertyProperty(String key, U value, OrientVertexProperty<?> orientVertexProperty)
  • Method Details

    • key

      public String key()
      Specified by:
      key in interface org.apache.tinkerpop.gremlin.structure.Property<U>
    • value

      public U value() throws NoSuchElementException
      Specified by:
      value in interface org.apache.tinkerpop.gremlin.structure.Property<U>
      Throws:
      NoSuchElementException
    • isPresent

      public boolean isPresent()
      Specified by:
      isPresent in interface org.apache.tinkerpop.gremlin.structure.Property<U>
    • element

      public org.apache.tinkerpop.gremlin.structure.Element element()
      Specified by:
      element in interface org.apache.tinkerpop.gremlin.structure.Property<U>
    • remove

      public void remove()
      Specified by:
      remove in interface org.apache.tinkerpop.gremlin.structure.Property<U>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object