public static enum SelectRowsResponse.ColumnDataType extends java.lang.Enum<SelectRowsResponse.ColumnDataType>
Modifier and Type | Method and Description |
---|---|
static SelectRowsResponse.ColumnDataType |
parseJsonType(java.lang.String type) |
static SelectRowsResponse.ColumnDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectRowsResponse.ColumnDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectRowsResponse.ColumnDataType STRING
public static final SelectRowsResponse.ColumnDataType INT
public static final SelectRowsResponse.ColumnDataType FLOAT
public static final SelectRowsResponse.ColumnDataType BOOLEAN
public static final SelectRowsResponse.ColumnDataType DATE
public static SelectRowsResponse.ColumnDataType[] values()
for (SelectRowsResponse.ColumnDataType c : SelectRowsResponse.ColumnDataType.values()) System.out.println(c);
public static SelectRowsResponse.ColumnDataType 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 SelectRowsResponse.ColumnDataType parseJsonType(java.lang.String type)