com.splunk
Class PivotCellValue

java.lang.Object
  extended by com.splunk.PivotCellValue

public class PivotCellValue
extends java.lang.Object

Represents an aggregate value to appear in the cells of a pivot.


Method Summary
 java.lang.String getFieldName()
           
 java.lang.String getLabel()
           
 DataModelObject getOwner()
           
 StatsFunction getStatsFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldName

public java.lang.String getFieldName()
Returns:
the name of the field to aggregate on.

getOwner

public DataModelObject getOwner()
Returns:
the data model object this pivot is operating on.

getLabel

public java.lang.String getLabel()
Returns:
a human readable name for this aggregate.

getStatsFunction

public StatsFunction getStatsFunction()
Returns:
the function used for aggregation.