public static enum FunctionsFactory.FunctionType extends Enum<FunctionsFactory.FunctionType>
Enum Constant and Description |
---|
AVERAGE |
CONCAT |
CONCAT_DISTINCT |
COUNT |
MAX |
MIN |
SUM |
Modifier and Type | Method and Description |
---|---|
static FunctionsFactory.FunctionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionsFactory.FunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionsFactory.FunctionType AVERAGE
public static final FunctionsFactory.FunctionType CONCAT
public static final FunctionsFactory.FunctionType CONCAT_DISTINCT
public static final FunctionsFactory.FunctionType COUNT
public static final FunctionsFactory.FunctionType MAX
public static final FunctionsFactory.FunctionType MIN
public static final FunctionsFactory.FunctionType SUM
public static FunctionsFactory.FunctionType[] values()
for (FunctionsFactory.FunctionType c : FunctionsFactory.FunctionType.values()) System.out.println(c);
public static FunctionsFactory.FunctionType 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 Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.