Package org.umlg.sqlg.structure
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Property
ifPresent, orElse, orElseGet, orElseThrow 
- 
Method Details
- 
key
- Specified by:
 keyin interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
 - 
value
- Specified by:
 valuein interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>- Throws:
 NoSuchElementException
 - 
isPresent
public boolean isPresent()- Specified by:
 isPresentin interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
 - 
element
public org.apache.tinkerpop.gremlin.structure.Element element()- Specified by:
 elementin interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
 - 
remove
public void remove()- Specified by:
 removein interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -