public static enum SxDI.AGGREGATIONFUNCTIONS extends Enum<SxDI.AGGREGATIONFUNCTIONS>
| Enum Constant and Description |
|---|
Average |
Count |
CountNums |
Max |
Min |
Product |
StdDev |
StdDevP |
Sum |
Var |
VarP |
| Modifier and Type | Method and Description |
|---|---|
static int |
get(String s) |
static SxDI.AGGREGATIONFUNCTIONS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SxDI.AGGREGATIONFUNCTIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SxDI.AGGREGATIONFUNCTIONS Sum
public static final SxDI.AGGREGATIONFUNCTIONS Count
public static final SxDI.AGGREGATIONFUNCTIONS Average
public static final SxDI.AGGREGATIONFUNCTIONS Max
public static final SxDI.AGGREGATIONFUNCTIONS Min
public static final SxDI.AGGREGATIONFUNCTIONS Product
public static final SxDI.AGGREGATIONFUNCTIONS CountNums
public static final SxDI.AGGREGATIONFUNCTIONS StdDev
public static final SxDI.AGGREGATIONFUNCTIONS StdDevP
public static final SxDI.AGGREGATIONFUNCTIONS Var
public static final SxDI.AGGREGATIONFUNCTIONS VarP
public static SxDI.AGGREGATIONFUNCTIONS[] values()
for (SxDI.AGGREGATIONFUNCTIONS c : SxDI.AGGREGATIONFUNCTIONS.values()) System.out.println(c);
public static SxDI.AGGREGATIONFUNCTIONS 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 nullpublic static int get(String s)
Copyright © 2002–2019 Starter Inc.. All rights reserved.