| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDataType |
PropertyDataType.forNumber(int value) |
PropertyDataType |
EdgePropertyOrBuilder.getDataType()
The Data type.
|
PropertyDataType |
EdgeProperty.getDataType()
The Data type.
|
PropertyDataType |
EdgeProperty.Builder.getDataType()
The Data type.
|
PropertyDataType |
VertexPropertyOrBuilder.getDataType()
The Data type.
|
PropertyDataType |
VertexProperty.getDataType()
The Data type.
|
PropertyDataType |
VertexProperty.Builder.getDataType()
The Data type.
|
static PropertyDataType |
PropertyDataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PropertyDataType |
PropertyDataType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PropertyDataType |
PropertyDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDataType[] |
PropertyDataType.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<PropertyDataType> |
PropertyDataType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EdgeProperty.Builder |
EdgeProperty.Builder.setDataType(PropertyDataType value)
The Data type.
|
VertexProperty.Builder |
VertexProperty.Builder.setDataType(PropertyDataType value)
The Data type.
|
Copyright © 2012–2023. All rights reserved.