Class ArangoDBVertexProperty<P>

All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Element, org.apache.tinkerpop.gremlin.structure.Property<P>, org.apache.tinkerpop.gremlin.structure.VertexProperty<P>

public class ArangoDBVertexProperty<P> extends ArangoDBSimpleElement<VertexPropertyData> implements org.apache.tinkerpop.gremlin.structure.VertexProperty<P>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.arangodb.tinkerpop.gremlin.structure.ArangoDBElement

    ArangoDBElement.Exceptions

    Nested 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 class com.arangodb.tinkerpop.gremlin.structure.ArangoDBElement

    data, graph

    Fields inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty

    DEFAULT_LABEL
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    protected void
     
     
    id()
     
    boolean
     
    key()
     
     
    <U> Iterator<org.apache.tinkerpop.gremlin.structure.Property<U>>
    properties(String... propertyKeys)
     
    protected boolean
     
     
     

    Methods inherited from class com.arangodb.tinkerpop.gremlin.structure.ArangoDBSimpleElement

    createProperty, property

    Methods inherited from class com.arangodb.tinkerpop.gremlin.structure.ArangoDBElement

    data, equals, graph, hashCode, remove, toString

    Methods inherited from class java.lang.Object

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

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

    keys, property, property, remove, value, values

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

    ifPresent, orElse, orElseGet, orElseThrow, remove

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

    graph