net.sf.jasperreports.olap.result
Interface JROlapCell

All Known Implementing Classes:
JRMondrianCell, JRXmlaCell

public interface JROlapCell

Version:
$Id: JROlapCell.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 String getFormattedValue()
           
 Object getValue()
           
 boolean isError()
           
 boolean isNull()
           
 

Method Detail

isError

boolean isError()

isNull

boolean isNull()

getValue

Object getValue()

getFormattedValue

String getFormattedValue()


Copyright © 2012. All Rights Reserved.