Package org.umlg.sqlg.structure
Class SqlgVertexProperty<V>
java.lang.Object
org.umlg.sqlg.structure.SqlgProperty<V>
org.umlg.sqlg.structure.SqlgVertexProperty<V>
- All Implemented Interfaces:
 Serializable,org.apache.tinkerpop.gremlin.structure.Element,org.apache.tinkerpop.gremlin.structure.Property<V>,org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
public class SqlgVertexProperty<V>
extends SqlgProperty<V>
implements org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
Date: 2014/09/10
 Time: 8:39 PM
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Property
org.apache.tinkerpop.gremlin.structure.Property.ExceptionsNested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality, org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions - 
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
DEFAULT_LABEL - 
Method Summary
Methods inherited from class org.umlg.sqlg.structure.SqlgProperty
isPresent, key, remove, toString, valueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Element
keys, property, remove, value, valuesMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Property
ifPresent, isPresent, key, orElse, orElseGet, orElseThrow, remove, valueMethods inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
graph, label 
- 
Method Details
- 
id
- Specified by:
 idin interfaceorg.apache.tinkerpop.gremlin.structure.Element
 - 
property
- Specified by:
 propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Element
 - 
element
public org.apache.tinkerpop.gremlin.structure.Vertex element()- Specified by:
 elementin interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>- Specified by:
 elementin interfaceorg.apache.tinkerpop.gremlin.structure.VertexProperty<V>- Overrides:
 elementin classSqlgProperty<V>
 - 
properties
public <U> Iterator<org.apache.tinkerpop.gremlin.structure.Property<U>> properties(String... propertyKeys) - Specified by:
 propertiesin interfaceorg.apache.tinkerpop.gremlin.structure.Element- Specified by:
 propertiesin interfaceorg.apache.tinkerpop.gremlin.structure.VertexProperty<V>
 - 
equals
- Overrides:
 equalsin classSqlgProperty<V>
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classSqlgProperty<V>
 
 -