| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
static VertexProperty.Cardinality |
VertexProperty.Cardinality.forNumber(int value) |
VertexProperty.Cardinality |
VertexPropertyOrBuilder.getCardinality()
Defines cardinality.
|
VertexProperty.Cardinality |
VertexProperty.getCardinality()
Defines cardinality.
|
VertexProperty.Cardinality |
VertexProperty.Builder.getCardinality()
Defines cardinality.
|
static VertexProperty.Cardinality |
VertexProperty.Cardinality.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VertexProperty.Cardinality |
VertexProperty.Cardinality.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<VertexProperty.Cardinality> |
VertexProperty.Cardinality.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty.Builder |
VertexProperty.Builder.setCardinality(VertexProperty.Cardinality value)
Defines cardinality.
|
Copyright © 2012–2024. All rights reserved.