public class OracleVertexProperty<V> extends OracleVertexPropertyBase<V>
VertexProperty.Cardinality, VertexProperty.Exceptions
DEFAULT_LABEL
Constructor and Description |
---|
OracleVertexProperty(OracleVertex oracleVertex,
java.lang.String key,
V value)
Constructs a new OracleVertexProperty object
|
element, equals, graph, hashCode, id, isPresent, key, label, properties, property, remove, toString, value
empty
ifPresent, orElse, orElseGet, orElseThrow
public OracleVertexProperty(OracleVertex oracleVertex, java.lang.String key, V value)
oracleVertex
- the vertex associated to this propertykey
- the property namevalue
- the property valueCopyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.