| Package | Description |
|---|---|
| com.vesoft.nebula |
| Modifier and Type | Method and Description |
|---|---|
static NullType |
NullType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
NullType |
Value.getNVal() |
static NullType |
NullType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullType[] |
NullType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.nVal(NullType __value) |
void |
Value.setNVal(NullType __value) |
Copyright © 2022. All rights reserved.