Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Interface OlapCell

All Known Subinterfaces:
RemotePendingValue
All Known Implementing Classes:
DefaultOlapCell, DefaultRemotePendingValue

public interface OlapCell

OlapCell represents the association between a measure and its value.


Method Summary
 String getFormattedValue()
          Retrieves the formatted value as a string.
 OlapMeasure getMeasure()
          Retrieves the measure metadata of the value.
 Object getValue()
          Retrieves the value as a java object.
 

Method Detail

getFormattedValue

String getFormattedValue()
Retrieves the formatted value as a string.

Returns:
the formatted value as it is received from the datasource

getMeasure

OlapMeasure getMeasure()
Retrieves the measure metadata of the value.

Returns:
the value's measure association

getValue

Object getValue()
Retrieves the value as a java object.

Returns:
the value as it is received from the datasource

Copyright © 2011 Citra Technologies. All Rights Reserved.