|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregationConstants
Aggregation constants.
Field Summary | |
---|---|
static short |
AGGREGATE_COMPATIBLE
Value when the column is compatible with a specified aggregation. |
static short |
AGGREGATE_NO
Value when the column is not aggregating. |
static short |
AGGREGATE_YES
Value when the column is aggregating. |
static String |
AGGREGATION_TYPE
Qualify how a column aggregates when it is hierarchical. |
static String |
AGGREGATION_TYPE_ADDITIVE
Aggregation additive, required for treemaps. |
static String |
AGGREGATION_TYPE_ATLEAF
Attributes only at leaves. |
static String |
AGGREGATION_TYPE_CONCAT
Aggregation by string concatenation. |
static String |
AGGREGATION_TYPE_MAX
Aggreation by max value. |
static String |
AGGREGATION_TYPE_MEAN
Aggregation by mean value. |
static String |
AGGREGATION_TYPE_MIN
Aggregation by min value. |
static String |
AGGREGATION_TYPE_NONE
No aggregation. |
Fields inherited from interface infovis.metadata.Constants |
---|
CONTRIBUTOR, COVERAGE, CREATOR, DATE, DESCRITION, FORMAT, IDENTIFIER, LANGUAGE, PUBLISHER, RELATION, RIGHTS, SOURCE, SUBJECT, TITLE, TYPE |
Field Detail |
---|
static final String AGGREGATION_TYPE
static final String AGGREGATION_TYPE_NONE
static final String AGGREGATION_TYPE_ATLEAF
static final String AGGREGATION_TYPE_ADDITIVE
static final String AGGREGATION_TYPE_MAX
static final String AGGREGATION_TYPE_MIN
static final String AGGREGATION_TYPE_MEAN
static final String AGGREGATION_TYPE_CONCAT
static final short AGGREGATE_NO
static final short AGGREGATE_YES
static final short AGGREGATE_COMPATIBLE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |