|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ConsolidationFunction
Represents consolidation function.
| Field Summary | |
|---|---|
static short |
AVERAGE
Represents Average function. |
static short |
COUNT
Represents Count function. |
static short |
COUNT_NUMS
Represents Count Nums function. |
static short |
MAX
Represents Max function. |
static short |
MIN
Represents Min function. |
static short |
PRODUCT
Represents Product function. |
static short |
STD_DEV
Represents StdDev function. |
static short |
STD_DEVP
Represents StdDevp function. |
static short |
SUM
Represents Sum function. |
static short |
VAR
Represents Var function. |
static short |
VARP
Represents Varp function. |
| Field Detail |
|---|
static final short SUM
static final short COUNT
static final short AVERAGE
static final short MAX
static final short MIN
static final short PRODUCT
static final short COUNT_NUMS
static final short STD_DEV
static final short STD_DEVP
static final short VAR
static final short VARP
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||