Class OrientVertexPropertyProperty<U>
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.OrientVertexPropertyProperty<U>
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Property<U>
public class OrientVertexPropertyProperty<U>
extends Object
implements org.apache.tinkerpop.gremlin.structure.Property<U>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Property
org.apache.tinkerpop.gremlin.structure.Property.Exceptions -
Constructor Summary
ConstructorsConstructorDescriptionOrientVertexPropertyProperty(String key, U value, OrientVertexProperty<?> orientVertexProperty) -
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
-
Constructor Details
-
OrientVertexPropertyProperty
public OrientVertexPropertyProperty(String key, U value, OrientVertexProperty<?> orientVertexProperty)
-
-
Method Details
-
key
- Specified by:
keyin interfaceorg.apache.tinkerpop.gremlin.structure.Property<U>
-
value
- Specified by:
valuein interfaceorg.apache.tinkerpop.gremlin.structure.Property<U>- Throws:
NoSuchElementException
-
isPresent
public boolean isPresent()- Specified by:
isPresentin interfaceorg.apache.tinkerpop.gremlin.structure.Property<U>
-
element
public org.apache.tinkerpop.gremlin.structure.Element element()- Specified by:
elementin interfaceorg.apache.tinkerpop.gremlin.structure.Property<U>
-
remove
public void remove()- Specified by:
removein interfaceorg.apache.tinkerpop.gremlin.structure.Property<U>
-
toString
-
equals
-
hashCode
public int hashCode()
-