| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Method and Description | 
|---|---|
| default GraphTraversal<S,E> | GraphTraversal. property(VertexProperty.Cardinality cardinality,
        Object key,
        Object value,
        Object... keyValues)Sets a  Propertyvalue and related meta properties if supplied, if supported by theGraphand if theElementis aVertexProperty. | 
| Modifier and Type | Method and Description | 
|---|---|
| default VertexProperty.Cardinality | Graph.Features.VertexFeatures. getCardinality(String key)Gets the  VertexProperty.Cardinalityfor a key. | 
| 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–2021 Apache Software Foundation. All rights reserved.