|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.StatisticsResultInfo
public class StatisticsResultInfo
The StatisticsResultInfo
class returns statistics (aggregates)
for the form entries,
and identifies which group-by values were used to compile the statistics.
Field Summary | |
---|---|
static int |
AR_STAT_OP_AVERAGE
Average value for each group |
static int |
AR_STAT_OP_COUNT
Total number of matching entries |
static int |
AR_STAT_OP_MAXIMUM
Maximum value for each group |
static int |
AR_STAT_OP_MINIMUM
Minimum value for each group |
static int |
AR_STAT_OP_SUM
Sum of values for each group |
Constructor Summary | |
---|---|
StatisticsResultInfo()
|
|
StatisticsResultInfo(List<Value> groupByValues,
Value result)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Value> |
getGroupByValues()
Returns a list of the combination of all the values used to calculate the statistics (aggregates) for the form entries. |
Value |
getResult()
Returns a real number of the statistics (aggregates) specified. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AR_STAT_OP_COUNT
public static final int AR_STAT_OP_SUM
public static final int AR_STAT_OP_AVERAGE
public static final int AR_STAT_OP_MINIMUM
public static final int AR_STAT_OP_MAXIMUM
Constructor Detail |
---|
public StatisticsResultInfo()
public StatisticsResultInfo(List<Value> groupByValues, Value result)
Method Detail |
---|
public List<Value> getGroupByValues()
public Value getResult()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |