| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure |
| Modifier and Type | Method and Description |
|---|---|
static VertexProperty.Cardinality |
VertexProperty.Cardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexProperty.Cardinality[] |
VertexProperty.Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<V> VertexProperty<V> |
Vertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Create a new vertex property.
|
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.