public static enum QueryColumn.Function extends Enum<QueryColumn.Function>
| Modifier and Type | Method and Description |
|---|---|
static QueryColumn.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryColumn.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryColumn.Function NONE
public static final QueryColumn.Function MAX
public static final QueryColumn.Function MIN
public static final QueryColumn.Function COUNT
public static final QueryColumn.Function AVERAGE
public static QueryColumn.Function[] values()
for (QueryColumn.Function c : QueryColumn.Function.values()) System.out.println(c);
public static QueryColumn.Function 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 nullCopyright © 2017. All Rights Reserved.