|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.persist.query.AggregationOperatorType
Aggregation operator for the query.
Field Summary | |
static AggregationOperatorType |
AVG
Average operator. |
static AggregationOperatorType |
COUNT
Count operator. |
static AggregationOperatorType |
MAX
Maximum operator. |
static AggregationOperatorType |
MIN
Minimum operator. |
static AggregationOperatorType |
SUM
Sum operator. |
Method Summary | |
java.lang.String |
getName()
Get operator name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final AggregationOperatorType MAX
public static final AggregationOperatorType MIN
public static final AggregationOperatorType AVG
public static final AggregationOperatorType SUM
public static final AggregationOperatorType COUNT
Method Detail |
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |