@Deprecated public static enum GraphProtocol.GraphKeyword extends java.lang.Enum<GraphProtocol.GraphKeyword> implements Rawable
| Enum Constant and Description |
|---|
__COMPACT
Deprecated.
|
CYPHER
Deprecated.
|
GET
Deprecated.
|
SET
Deprecated.
|
TIMEOUT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRaw()
Deprecated.
Get byte array.
|
static GraphProtocol.GraphKeyword |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GraphProtocol.GraphKeyword[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphProtocol.GraphKeyword CYPHER
public static final GraphProtocol.GraphKeyword TIMEOUT
public static final GraphProtocol.GraphKeyword SET
public static final GraphProtocol.GraphKeyword GET
public static final GraphProtocol.GraphKeyword __COMPACT
public static GraphProtocol.GraphKeyword[] values()
for (GraphProtocol.GraphKeyword c : GraphProtocol.GraphKeyword.values()) System.out.println(c);
public static GraphProtocol.GraphKeyword valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2023. All rights reserved.