public static enum RegionAPI.OQLQueryResponse.ResultCase extends java.lang.Enum<RegionAPI.OQLQueryResponse.ResultCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
LISTRESULT |
RESULT_NOT_SET |
SINGLERESULT |
TABLERESULT |
| Modifier and Type | Method and Description |
|---|---|
static RegionAPI.OQLQueryResponse.ResultCase |
forNumber(int value) |
int |
getNumber() |
static RegionAPI.OQLQueryResponse.ResultCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RegionAPI.OQLQueryResponse.ResultCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegionAPI.OQLQueryResponse.ResultCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionAPI.OQLQueryResponse.ResultCase SINGLERESULT
public static final RegionAPI.OQLQueryResponse.ResultCase LISTRESULT
public static final RegionAPI.OQLQueryResponse.ResultCase TABLERESULT
public static final RegionAPI.OQLQueryResponse.ResultCase RESULT_NOT_SET
public static RegionAPI.OQLQueryResponse.ResultCase[] values()
for (RegionAPI.OQLQueryResponse.ResultCase c : RegionAPI.OQLQueryResponse.ResultCase.values()) System.out.println(c);
public static RegionAPI.OQLQueryResponse.ResultCase 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 null@Deprecated public static RegionAPI.OQLQueryResponse.ResultCase valueOf(int value)
forNumber(int) instead.public static RegionAPI.OQLQueryResponse.ResultCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite