Class OrientVertexProperty<V>
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.OrientProperty<V>
org.apache.tinkerpop.gremlin.orientdb.OrientVertexProperty<V>
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Element,org.apache.tinkerpop.gremlin.structure.Property<V>,org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
public class OrientVertexProperty<V>
extends OrientProperty<V>
implements org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
-
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 class org.apache.tinkerpop.gremlin.orientdb.OrientProperty
element, key, value, wrappedValueFields inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
DEFAULT_LABEL -
Constructor Summary
ConstructorsConstructorDescriptionOrientVertexProperty(String key, V value, OrientVertex vertex) OrientVertexProperty(org.apache.tinkerpop.gremlin.structure.Property<V> property, OrientVertex vertex) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tinkerpop.gremlin.structure.Vertexelement()booleaninthashCode()id()<U> Iterator<org.apache.tinkerpop.gremlin.structure.Property<U>>properties(String... propertyKeys) <U> org.apache.tinkerpop.gremlin.structure.Property<U>voidremove()voidremoveMetadata(String key) Methods inherited from class org.apache.tinkerpop.gremlin.orientdb.OrientProperty
isPresent, key, 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, value, valuesMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Property
ifPresent, isPresent, key, orElse, orElseGet, orElseThrow, valueMethods inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
graph, label
-
Constructor Details
-
OrientVertexProperty
public OrientVertexProperty(org.apache.tinkerpop.gremlin.structure.Property<V> property, OrientVertex vertex) -
OrientVertexProperty
-
-
Method Details
-
id
- Specified by:
idin interfaceorg.apache.tinkerpop.gremlin.structure.Element
-
property
- Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Element
-
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>
-
removeMetadata
-
remove
public void remove()- Specified by:
removein interfaceorg.apache.tinkerpop.gremlin.structure.Element- Specified by:
removein interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>- Overrides:
removein classOrientProperty<V>
-
equals
- Overrides:
equalsin classOrientProperty<V>
-
hashCode
public int hashCode()- Overrides:
hashCodein classOrientProperty<V>
-
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 classOrientProperty<V>
-