| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
static EdgeLabel.Multiplicity |
EdgeLabel.Multiplicity.forNumber(int value) |
EdgeLabel.Multiplicity |
EdgeLabel.getMultiplicity()
Defines Multiplicity of a edge.
|
EdgeLabel.Multiplicity |
EdgeLabel.Builder.getMultiplicity()
Defines Multiplicity of a edge.
|
EdgeLabel.Multiplicity |
EdgeLabelOrBuilder.getMultiplicity()
Defines Multiplicity of a edge.
|
static EdgeLabel.Multiplicity |
EdgeLabel.Multiplicity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EdgeLabel.Multiplicity |
EdgeLabel.Multiplicity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EdgeLabel.Multiplicity |
EdgeLabel.Multiplicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeLabel.Multiplicity[] |
EdgeLabel.Multiplicity.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<EdgeLabel.Multiplicity> |
EdgeLabel.Multiplicity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel.Builder |
EdgeLabel.Builder.setMultiplicity(EdgeLabel.Multiplicity value)
Defines Multiplicity of a edge.
|
Copyright © 2012–2024. All rights reserved.