public static enum ResultSetStats.RowCountCase extends Enum<ResultSetStats.RowCountCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ROW_COUNT_EXACT |
ROW_COUNT_LOWER_BOUND |
ROWCOUNT_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ResultSetStats.RowCountCase |
forNumber(int value) |
int |
getNumber() |
static ResultSetStats.RowCountCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResultSetStats.RowCountCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetStats.RowCountCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultSetStats.RowCountCase ROW_COUNT_EXACT
public static final ResultSetStats.RowCountCase ROW_COUNT_LOWER_BOUND
public static final ResultSetStats.RowCountCase ROWCOUNT_NOT_SET
public static ResultSetStats.RowCountCase[] values()
for (ResultSetStats.RowCountCase c : ResultSetStats.RowCountCase.values()) System.out.println(c);
public static ResultSetStats.RowCountCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static ResultSetStats.RowCountCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ResultSetStats.RowCountCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2020 Google LLC. All rights reserved.