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