com.sap.ip.me.api.persist.query
Class AggregationOperatorType

java.lang.Object
  extended bycom.sap.ip.me.api.persist.query.AggregationOperatorType

public class AggregationOperatorType
extends java.lang.Object

Aggregation operator for the query.

Author:
d039184

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

MAX

public static final AggregationOperatorType MAX
Maximum operator.


MIN

public static final AggregationOperatorType MIN
Minimum operator.


AVG

public static final AggregationOperatorType AVG
Average operator.


SUM

public static final AggregationOperatorType SUM
Sum operator.


COUNT

public static final AggregationOperatorType COUNT
Count operator.

Method Detail

getName

public java.lang.String getName()
Get operator name.

Returns:
operator name.


Copyright © 2005 SAP AG. All Rights Reserved.