Package lgraph
Enum Lgraph.GraphApiResponse.RespCase
- java.lang.Object
-
- java.lang.Enum<Lgraph.GraphApiResponse.RespCase>
-
- lgraph.Lgraph.GraphApiResponse.RespCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Lgraph.GraphApiResponse.RespCase>
- Enclosing class:
- Lgraph.GraphApiResponse
public static enum Lgraph.GraphApiResponse.RespCase extends Enum<Lgraph.GraphApiResponse.RespCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Lgraph.GraphApiResponse.RespCaseforNumber(int value)intgetNumber()static Lgraph.GraphApiResponse.RespCasevalueOf(int value)Deprecated.static Lgraph.GraphApiResponse.RespCasevalueOf(String name)Returns the enum constant of this type with the specified name.static Lgraph.GraphApiResponse.RespCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADD_LABEL_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase ADD_LABEL_RESPONSE
-
ADD_INDEX_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase ADD_INDEX_RESPONSE
-
ADD_VERTEXES_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase ADD_VERTEXES_RESPONSE
-
ADD_EDGES_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase ADD_EDGES_RESPONSE
-
DEL_INDEX_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase DEL_INDEX_RESPONSE
-
DEL_VERTEX_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase DEL_VERTEX_RESPONSE
-
DEL_EDGE_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase DEL_EDGE_RESPONSE
-
MOD_VERTEX_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase MOD_VERTEX_RESPONSE
-
MOD_EDGE_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase MOD_EDGE_RESPONSE
-
SUB_GRAPH_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase SUB_GRAPH_RESPONSE
-
FLUSH_RESPONSE
public static final Lgraph.GraphApiResponse.RespCase FLUSH_RESPONSE
-
RESP_NOT_SET
public static final Lgraph.GraphApiResponse.RespCase RESP_NOT_SET
-
-
Method Detail
-
values
public static Lgraph.GraphApiResponse.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.GraphApiResponse.RespCase c : Lgraph.GraphApiResponse.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.GraphApiResponse.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.GraphApiResponse.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.GraphApiResponse.RespCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-