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