Package lgraph
Enum Lgraph.LGraphResponse.RespCase
- java.lang.Object
-
- java.lang.Enum<Lgraph.LGraphResponse.RespCase>
-
- lgraph.Lgraph.LGraphResponse.RespCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Lgraph.LGraphResponse.RespCase>
- Enclosing class:
- Lgraph.LGraphResponse
public static enum Lgraph.LGraphResponse.RespCase extends Enum<Lgraph.LGraphResponse.RespCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACL_RESPONSECONFIG_RESPONSECYPHER_RESPONSEGRAPH_API_RESPONSEGRAPH_RESPONSEHA_RESPONSEIMPORT_RESPONSEPLUGIN_RESPONSERESP_NOT_SETRESTORE_RESPONSESCHEMA_RESPONSE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Lgraph.LGraphResponse.RespCaseforNumber(int value)intgetNumber()static Lgraph.LGraphResponse.RespCasevalueOf(int value)Deprecated.static Lgraph.LGraphResponse.RespCasevalueOf(String name)Returns the enum constant of this type with the specified name.static Lgraph.LGraphResponse.RespCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GRAPH_API_RESPONSE
public static final Lgraph.LGraphResponse.RespCase GRAPH_API_RESPONSE
-
CYPHER_RESPONSE
public static final Lgraph.LGraphResponse.RespCase CYPHER_RESPONSE
-
PLUGIN_RESPONSE
public static final Lgraph.LGraphResponse.RespCase PLUGIN_RESPONSE
-
HA_RESPONSE
public static final Lgraph.LGraphResponse.RespCase HA_RESPONSE
-
IMPORT_RESPONSE
public static final Lgraph.LGraphResponse.RespCase IMPORT_RESPONSE
-
GRAPH_RESPONSE
public static final Lgraph.LGraphResponse.RespCase GRAPH_RESPONSE
-
ACL_RESPONSE
public static final Lgraph.LGraphResponse.RespCase ACL_RESPONSE
-
CONFIG_RESPONSE
public static final Lgraph.LGraphResponse.RespCase CONFIG_RESPONSE
-
RESTORE_RESPONSE
public static final Lgraph.LGraphResponse.RespCase RESTORE_RESPONSE
-
SCHEMA_RESPONSE
public static final Lgraph.LGraphResponse.RespCase SCHEMA_RESPONSE
-
RESP_NOT_SET
public static final Lgraph.LGraphResponse.RespCase RESP_NOT_SET
-
-
Method Detail
-
values
public static Lgraph.LGraphResponse.RespCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Lgraph.LGraphResponse.RespCase c : Lgraph.LGraphResponse.RespCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Lgraph.LGraphResponse.RespCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static Lgraph.LGraphResponse.RespCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Lgraph.LGraphResponse.RespCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-