public class SimpleJanusGraphProperty<V> extends Object implements JanusGraphProperty<V>
| Constructor and Description |
|---|
SimpleJanusGraphProperty(InternalRelation relation,
PropertyKey key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphElement |
element() |
boolean |
equals(Object oth) |
int |
hashCode() |
boolean |
isPresent() |
PropertyKey |
propertyKey() |
void |
remove() |
String |
toString() |
V |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitkeypublic SimpleJanusGraphProperty(InternalRelation relation, PropertyKey key, V value)
public PropertyKey propertyKey()
propertyKey in interface JanusGraphProperty<V>public V value() throws NoSuchElementException
value in interface org.apache.tinkerpop.gremlin.structure.Property<V>NoSuchElementExceptionpublic boolean isPresent()
isPresent in interface org.apache.tinkerpop.gremlin.structure.Property<V>public JanusGraphElement element()
element in interface org.apache.tinkerpop.gremlin.structure.Property<V>public void remove()
remove in interface org.apache.tinkerpop.gremlin.structure.Property<V>Copyright © 2012–2023. All rights reserved.