public static enum Procedure.Response.Row.RowValue.ValueCase extends java.lang.Enum<Procedure.Response.Row.RowValue.ValueCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BOOLEAN_VALUE |
BYTE_VALUE |
DECIMAL_VALUE |
DOUBLE_VALUE |
INTEGER_VALUE |
LONG_VALUE |
STRING_VALUE |
TIMESTAMP_VALUE |
VALUE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
static Procedure.Response.Row.RowValue.ValueCase |
valueOf(int value) |
static Procedure.Response.Row.RowValue.ValueCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Procedure.Response.Row.RowValue.ValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Procedure.Response.Row.RowValue.ValueCase INTEGER_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase STRING_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase BYTE_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase DOUBLE_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase BOOLEAN_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase DECIMAL_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase TIMESTAMP_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase LONG_VALUE
public static final Procedure.Response.Row.RowValue.ValueCase VALUE_NOT_SET
public static Procedure.Response.Row.RowValue.ValueCase[] values()
for (Procedure.Response.Row.RowValue.ValueCase c : Procedure.Response.Row.RowValue.ValueCase.values()) System.out.println(c);
public static Procedure.Response.Row.RowValue.ValueCase 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 nullpublic static Procedure.Response.Row.RowValue.ValueCase valueOf(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite