Class SqlgProperty<V>

java.lang.Object
org.umlg.sqlg.structure.SqlgProperty<V>
All Implemented Interfaces:
Serializable, org.apache.tinkerpop.gremlin.structure.Property<V>
Direct Known Subclasses:
SqlgVertexProperty

public class SqlgProperty<V> extends Object implements org.apache.tinkerpop.gremlin.structure.Property<V>, Serializable
Date: 2014/07/12 Time: 5:43 AM
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Property

    org.apache.tinkerpop.gremlin.structure.Property.Exceptions
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tinkerpop.gremlin.structure.Element
     
    boolean
    equals(Object object)
     
    int
     
    boolean
     
    key()
     
    void
     
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Property

    ifPresent, orElse, orElseGet, orElseThrow
  • Method Details

    • key

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

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

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

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

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object